.section-about {
  background-color: #ffffff;
  padding: 100px 0;
}
.section-about .about-wrapper {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  text-align: center;
  padding: 0 20px;
}
.section-about .about-text {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.section-about .about-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  color: #3F3F3A;
}
.section-about .about-title b, .section-about .about-title strong {
  font-weight: 900;
}
.section-about .about-title .about-title-color {
  color: #9D0751;
  font-weight: 900;
}
.section-about .about-description {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #3F3F3A;
}
.section-about .about-image-box {
  width: 100%;
  max-width: 944px;
}
.section-about .about-image-box img {
  width: 100%;
}
.section-about .about-btn {
  background-color: #9d0751;
  color: white;
  padding: 18px 90px;
  height: 71px;
  border-radius: 150px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.section-about .about-btn:hover {
  background: #6B0236;
}

.page-template-mortgage-page .section-about .about-title .about-title-color {
  color: #47A6EE;
}
.page-template-mortgage-page .section-about .about-btn {
  background-color: #47A6EE;
}
.page-template-mortgage-page .section-about .about-btn:hover {
  background-color: #226996;
}

.page-template-realtors-page .section-about .about-wrapper {
  max-width: 1650px;
  gap: 20px;
}
.page-template-realtors-page .section-about .about-text {
  max-width: 1050px;
}
.page-template-realtors-page .section-about .about-title .about-title-color {
  color: #71A130;
}
.page-template-realtors-page .section-about .about-btn {
  background-color: #71A130;
}
.page-template-realtors-page .section-about .about-btn:hover {
  background-color: #4E7717;
}
.page-template-realtors-page .section-about .about-image-box {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-realtors-page .section-about .about-image-box .about-image.about-desktop-image {
  display: block;
}
.page-template-realtors-page .section-about .about-image-box .about-image.about-mobile-image {
  display: none;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .section-about {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .section-about .about-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .section-about .about-text {
    row-gap: clamp(16px, 1.9444444444vw, 28px);
  }
  .section-about .about-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .section-about .about-description {
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
  .section-about .about-image-box {
    max-width: clamp(600px, 65.5555555556vw, 944px);
  }
  .section-about .about-btn {
    padding: clamp(10px, 1.25vw, 18px) clamp(40px, 6.25vw, 90px);
    height: clamp(51px, 4.9305555556vw, 71px);
    border-radius: clamp(80px, 10.4166666667vw, 150px);
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
}
@media (max-width: 768px) {
  .section-about {
    padding: 30px 0;
  }
  .section-about .about-wrapper {
    max-width: 100%;
    padding: 0 16px;
    gap: 32px;
  }
  .section-about .about-text {
    row-gap: 16px;
  }
  .section-about .about-title {
    font-size: 24px;
    line-height: 110%;
  }
  .section-about .about-description {
    font-size: 16px;
    line-height: normal;
  }
  .section-about .about-image-box {
    max-width: 100%;
  }
  .section-about .about-btn {
    width: 100%;
    max-width: 500px;
    padding: 12px 20px;
    height: 60px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.72px;
  }
  .page-template-realtors-page .section-about .about-wrapper {
    gap: 32px;
  }
  .page-template-realtors-page .section-about .about-image-box .about-image.about-desktop-image {
    display: none;
  }
  .page-template-realtors-page .section-about .about-image-box .about-image.about-mobile-image {
    display: block;
  }
}

/*# sourceMappingURL=section-about.css.map */
