.hero-section {
  padding-top: 34px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-section {
    padding-top: 64px;
  }
}
@media (max-width: 992px) {
  .hero-section .flex-row {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.hero-section .flex-row .left {
  width: calc(100% - 710px);
}
@media (max-width: 1150px) {
  .hero-section .flex-row .left {
    width: calc(100% - 610px);
  }
}
@media (max-width: 992px) {
  .hero-section .flex-row .left {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .hero-section .flex-row .left .sub-title {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .hero-section .flex-row .left .sub-title {
    max-width: 100%;
  }
}
.hero-section .flex-row .left .sub-title strong {
  font-weight: 700;
  color: #A87D3D;
}
.hero-section .flex-row .image {
  width: 670px;
}
@media (max-width: 1150px) {
  .hero-section .flex-row .image {
    width: 570px;
  }
}
@media (max-width: 992px) {
  .hero-section .flex-row .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-section .flex-row .image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.hero-section .flex-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-section .flex-row {
  padding: 100px 80px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 80px 0px rgba(131, 50, 37, 0.1607843137);
}
@media (max-width: 1180px) {
  .form-section .flex-row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .form-section .flex-row {
    padding: 24px 16px;
    flex-direction: column;
  }
}
.form-section .flex-row .left {
  width: calc(100% - 510px);
  position: relative;
}
@media (max-width: 1250px) {
  .form-section .flex-row .left {
    width: calc(100% - 372px);
  }
}
@media (max-width: 992px) {
  .form-section .flex-row .left {
    width: 100%;
  }
}
.form-section .flex-row .left:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 297px;
  height: 21px;
  background: url(../../images/form-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .form-section .flex-row .left:after {
    display: none;
  }
}
.form-section .flex-row .left .form-heading {
  max-width: 80%;
}
@media (max-width: 768px) {
  .form-section .flex-row .left .form-heading {
    max-width: 100%;
  }
}
.form-section .flex-row .left .form-heading strong {
  color: #A87D3D;
}
.form-section .flex-row .left .form-sub-heading {
  max-width: 458px;
  color: #35364E;
}
@media (max-width: 992px) {
  .form-section .flex-row .left .form-sub-heading {
    max-width: 100%;
  }
}
.form-section .flex-row .form {
  width: 478px;
}
@media (max-width: 1250px) {
  .form-section .flex-row .form {
    width: 340px;
  }
}
@media (max-width: 992px) {
  .form-section .flex-row .form {
    width: 100%;
  }
}
.form-section .flex-row .form form {
  width: 100%;
}
.form-section .flex-row .form form .after-submit-text {
  display: none;
  font-size: 14px;
  color: #08B704;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 30px;
  position: relative;
}
.form-section .flex-row .form form .after-submit-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../../images/chevrone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .form-section .flex-row .form form .main-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .why-we .why-section-heading {
    text-align: left;
    max-width: 80%;
  }
}
@media (max-width: 1080px) {
  .why-we__wrap {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .why-we__wrap {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .why-we__wrap .col {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
  }
}
.why-we__wrap .col .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .why-we__wrap .col .icon {
    width: 48px;
    height: 48px;
  }
}
.why-we__wrap .col .icon .icon-bottom-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.why-we__wrap .col .icon .icon-bottom-border:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.3%;
  height: 33.3%;
  border-left: 1px solid #35364E;
  border-bottom: 1px solid #35364E;
  border-bottom-left-radius: 8px;
}
.why-we__wrap .col .icon .icon-bottom-border:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.3%;
  height: 33.3%;
  border-right: 1px solid #35364E;
  border-bottom: 1px solid #35364E;
  border-bottom-right-radius: 8px;
}
.why-we__wrap .col .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 33.3%;
  height: 33.3%;
  border-left: 1px solid #35364E;
  border-top: 1px solid #35364E;
  border-top-left-radius: 8px;
}
.why-we__wrap .col .icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 33.3%;
  height: 33.3%;
  border-right: 1px solid #35364E;
  border-top: 1px solid #35364E;
  border-top-right-radius: 8px;
}
.why-we__wrap .col .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .why-we__wrap .col .icon img {
    width: 30px;
    height: 30px;
  }
}
.why-we__wrap .col .col-sub-heading {
  color: rgba(53, 54, 78, 0.64);
}
@media (max-width: 768px) {
  .why-we__wrap .col .desc {
    width: calc(100% - 72px);
  }
  .why-we__wrap .col .desc .col-heading {
    margin-top: 0;
  }
}

.history-section {
  overflow: hidden;
}
.history-section .history-heading {
  max-width: 592px;
}
@media (max-width: 992px) {
  .history-section__wrap {
    flex-direction: column;
    align-items: flex-start !important;
    row-gap: 32px;
  }
}
.history-section__wrap .image {
  width: 650px;
}
@media (max-width: 1180px) {
  .history-section__wrap .image {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .history-section__wrap .image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .history-section__wrap .image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.history-section__wrap .content {
  width: calc(100% - 782px);
}
@media (max-width: 1180px) {
  .history-section__wrap .content {
    width: calc(100% - 620px);
  }
}
@media (max-width: 1080px) {
  .history-section__wrap .content {
    width: calc(100% - 574px);
  }
}
@media (max-width: 992px) {
  .history-section__wrap .content {
    width: 100%;
  }
}
.history-section__wrap .content .desc {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}