.banner-section {
  margin-top: 106px;
  position: relative;
  width: 100%;
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.banner-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-section__title {
  color: #03395B;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.banner-section__subtitle p {
  font-size: 18px;
  line-height: 28px;
  color: #03395B;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-section {
    height: 265px;
    align-items: flex-start;
  }
  .banner-section__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .banner-section__subtitle p {
    font-size: 14px;
    line-height: 24px;
  }
}

.contact {
  padding: 120px 0 80px 0;
}
.contact__table {
  width: 100%;
}
.contact__table td {
  padding: 10px 0;
  font-size: 18px;
}
.contact__table td a {
  color: #6C6C6C;
}
.contact__table td:nth-child(odd) {
  font-weight: 600;
}
@media (max-width: 575px) {
  .contact {
    padding: 40px 0;
  }
  .contact__table td {
    font-size: 16px;
  }
}

.custom-form {
  color: #6C6C6C;
}
.custom-form .wpcf7-form-control-wrap {
  display: block;
}
.custom-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  box-shadow: none;
  border-color: #FFD74B;
}
.custom-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  color: #FFB444;
  font-size: 14px;
}
.custom-form__label {
  font-size: 18px;
  line-height: 27px;
}
.custom-form__input {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 1;
  padding: 16px 25px;
  border: 1.3602px solid rgba(96, 96, 96, 0.5);
  border-radius: 10px;
}
.custom-form__input:focus {
  box-shadow: none;
  border-color: #FFD74B;
}
@media (max-width: 575px) {
  .custom-form__label {
    font-size: 16px;
  }
  .custom-form__input {
    font-size: 14px;
  }
}

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