.contact {
  padding-bottom: 7rem;
  max-width: 1920px;
  margin: auto;
}
.contact .container h1, .contact .container .h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .contact .container h1, .contact .container .h1 {
    font-size: 1.5rem;
  }
}
.contact .container p {
  margin-bottom: 1.5rem;
  color: #292B65;
}
.contact .container .btn-primary {
  margin-top: 1rem;
}
.contact .container ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.contact .container .social {
  display: flex;
}
@media (max-width: 767.98px) {
  .contact .container .social {
    justify-content: center;
    margin-top: 2rem;
  }
}
.contact .container .social li:not(:last-child) {
  margin-right: 1.313rem;
}
.contact .container .social li a:hover {
  color: #00c8ff;
}
.contact .container .social li a:hover svg {
  border-color: #00c8ff;
}
.contact .container .social li a svg {
  border: 1px solid #292B65;
  border-radius: 50%;
  overflow: inherit;
  height: 3.438rem;
  width: 3.438rem;
  padding: 0.8rem;
}
.contact .container .phones {
  margin: 2rem 0;
}
.contact .container .phones li {
  font-weight: bold;
  color: #292B65;
}
.contact .container .phones li a:hover {
  color: #00c8ff;
}
.contact .container .phones li svg {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  flex: none;
}
.contact .container .phones li:not(:first-child)::after {
  content: "|";
  margin: 0 0.5rem;
  color: #292B65;
}
.contact .container .phones li:last-child::after {
  content: "";
}
.contact .container address svg {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  flex: none;
}
.contact .container address a:hover {
  color: #00c8ff;
}
.contact .container address p {
  margin: 0;
}
.contact .container address p:nth-of-type(1) {
  margin-bottom: 1rem;
}
.contact .container address p:nth-of-type(1), .contact .container address p:nth-of-type(2) {
  font-weight: bold;
  color: #292B65;
}
.contact .container iframe {
  margin-bottom: 1rem;
}
.contact .container .btn-outline-primary {
  text-transform: lowercase;
  margin-bottom: 1rem;
  display: block;
}
.contact .container .btn-outline-primary:first-letter {
  text-transform: uppercase !important;
}
