.contact-section {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .contact-section {
    margin-bottom: 140px;
  }
}
.contact-section .contact-wrapper {
  background-color: #F7F8FA;
  border-radius: 24px;
  padding: 30px 60px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-wrapper {
    padding: 30px 15px;
  }
}
.contact-section .contact-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .contact-section .contact-wrapper:before {
    background-image: url(../../images/contact.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-wrapper:before {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-wrapper:before {
    width: 40%;
  }
}
.contact-section .contact-wrapper > div {
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-section .contact-inner {
    max-width: 65%;
  }
}
.contact-section .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -2px;
  color: #082051;
}
.contact-section .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
}
.contact-section .btn {
  min-width: 230px;
  border-radius: 30px;
  padding: 20px 64px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  --bs-btn-bg: #ffffff;
  --bs-btn-color: #082051;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #082051;
}

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