.testimonials {
  background: #335470;
  color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .testimonials {
    padding: 12.5px;
  }
}
.testimonials .content {
  font-size: 25px;
  text-align: center;
  width: 80vw;
}
.testimonials .content blockquote {
  line-height: 1.5;
}
.testimonials .content .by-line {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.testimonials a {
  font-size: 22px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}
.content header {
  background-image: url(../img/contact.jpg);
}
.content p {
  font-size: 25px;
}
.content .desc {
  background: #335470;
  color: #e5f0f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .desc p {
  width: 80vw;
  text-align: center;
}
.content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}
.content h3.notice {
  background: #335470;
  padding: 10px;
  color: #e5f0f2;
  text-align: center;
  margin-top: 0;
}
.content p.cta {
  text-align: center;
  font-size: 35px;
}
.content p.cta a {
  padding: 20px;
  background: #086d6c;
}
.content .contact-details {
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 1500px;
  align-self: center;
  position: relative;
}
@media (max-width: 1200px) {
  .content .contact-details {
    width: 100vw;
  }
}
@media (max-width: 800px) {
  .content .contact-details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .content .contact-details {
    grid-template-columns: 1fr;
  }
}
.content .contact-details .details {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  margin-top: 25px;
}
.content .contact-details .details a {
  color: #335470;
  margin-inline-end: 10px;
}
.content .contact-details .details a:hover {
  color: #5788b2;
}
@media (max-width: 700px) {
  .content .contact-details .details a {
    font-size: 16px;
    display: block;
  }
}
.content .contact-details .details h3 {
  margin-bottom: 0;
}
.content .contact-details .details .address p {
  margin-top: 0;
}
.content .contact-details .form {
  width: 60%;
  padding-top: 0 !important;
  position: relative;
  float: left;
  min-height: 50vw;
}
@media (max-width: 1200px) {
  .content .contact-details .form {
    width: 100%;
  }
}
.content .contact-details .form .form-inner {
  background: #fff;
  overflow: hidden;
}
.content .contact-details .form form {
  padding: 25px;
}
.content .contact-details .form img {
  position: absolute;
  z-index: -1;
  right: -67%;
  top: 7%;
  width: 65%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .content .contact-details .form img {
    right: 0;
  }
}
.content .contact-details .form h2 {
  min-height: 2.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*# sourceMappingURL=contact.css.map */
