.why-section {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 1.875rem;
  width: 90vw;
}
@media (min-width: 1024px) {
  .why-section {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    gap: 40px;
  }
}
.why-section .section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: none;
}
@media (min-width: 1440px) {
  .why-section .section-title-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 1600px) {
  .why-section .section-title-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-title-wrapper {
    max-width: 996px;
  }
}
.why-section .section-pre-header {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  color: black;
  font-weight: 500;
  letter-spacing: 1.25px;
}
@media (min-width: 1600px) {
  .why-section .section-pre-header {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-pre-header {
    font-size: 18px;
  }
}
.why-section .section-title {
  font-size: 28px !important;
  line-height: 36px !important;
  color: black;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding-top: 4px;
}
@media (min-width: 992px) {
  .why-section .section-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) {
  .why-section .section-title {
    font-size: 40px !important;
    line-height: 54px !important;
  }
}
@media (min-width: 1600px) {
  .why-section .section-title {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}
@media (min-width: 1920px) {
  .why-section .section-title {
    font-size: 56px !important;
    line-height: 68px !important;
  }
}
@media (min-width: 1024px) {
  .why-section .section-title {
    padding-top: 8px;
  }
}
.why-section .section-row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .why-section .section-row {
    flex-direction: row;
    width: 80vw;
    max-width: 1368px;
  }
  .why-section .section-row.reverse {
    flex-direction: row-reverse;
  }
}
.why-section .section-row .row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .why-section .section-row .row-content {
    width: 50%;
  }
}
.why-section .section-row .row-content .content-header .header-tagline {
  font-size: 20px;
  line-height: 30px;
  color: black;
  font-weight: 700;
  letter-spacing: -0.25px;
}
@media (min-width: 1200px) {
  .why-section .section-row .row-content .content-header .header-tagline {
    font-size: 24px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .why-section .section-row .row-content .content-header .header-tagline {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-row .row-content .content-header .header-tagline {
    font-size: 36px;
    line-height: 46px;
  }
}
.why-section .section-row .row-content .content-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.why-section .section-row .row-content .content-body .body-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-section .section-row .row-content .content-body .body-list .list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}
.why-section .section-row .row-content .content-body .body-list .list-item i {
  height: auto;
  color: #282828;
  font-size: 6px;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .why-section .section-row .row-content .content-body .body-list .list-item i {
    line-height: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .why-section .section-row .row-content .content-body .body-list .list-item i {
    line-height: 2rem;
  }
}
.why-section .section-row .row-content .content-body .body-list .list-item p,
.why-section .section-row .row-content .content-body .body-list .list-item p span {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 1600px) {
  .why-section .section-row .row-content .content-body .body-list .list-item p,
.why-section .section-row .row-content .content-body .body-list .list-item p span {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-row .row-content .content-body .body-list .list-item p,
.why-section .section-row .row-content .content-body .body-list .list-item p span {
    font-size: 24px;
    line-height: 36px;
  }
}
.why-section .section-row .row-content .content-body .body-list .list-item p a,
.why-section .section-row .row-content .content-body .body-list .list-item p span a {
  -webkit-text-decoration: underline #282828 0.05rem;
          text-decoration: underline #282828 0.05rem;
  text-underline-offset: 2px;
}
.why-section .section-row .row-img {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .why-section .section-row .row-img {
    display: block;
    width: 50%;
    max-width: 635px;
  }
}
.why-section .section-row .row-img .desktop-img {
  display: none;
}
@media (min-width: 1024px) {
  .why-section .section-row .row-img .desktop-img {
    display: block;
    width: 100%;
  }
}
.why-section .section-row .row-img .mobile-img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .why-section .section-row .row-img .mobile-img {
    display: none;
  }
}
.why-section .section-row .row-img .content-quote {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  background: #FFF1D6;
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.125rem;
  width: 67%;
}
@media (min-width: 1024px) {
  .why-section .section-row .row-img .content-quote {
    border-radius: 0.25rem;
    padding: 1rem;
  }
}
@media (min-width: 1440px) {
  .why-section .section-row .row-img .content-quote {
    border-radius: 0.5rem;
    padding: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .why-section .section-row .row-img .content-quote {
    border-radius: 0.75rem;
    padding: 2rem;
  }
}
.why-section .section-row .row-img .content-quote .quote-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.5rem;
}
.why-section .section-row .row-img .content-quote .quote-content .quote-text {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  font-weight: 400;
  letter-spacing: -0.25px;
}
@media (min-width: 1600px) {
  .why-section .section-row .row-img .content-quote .quote-content .quote-text {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-row .row-img .content-quote .quote-content .quote-text {
    font-size: 24px;
    line-height: 36px;
  }
}
.why-section .section-row .row-img .content-quote .quote-content .quote-author {
  font-size: 12px;
  line-height: 18px;
  color: #262626;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 1600px) {
  .why-section .section-row .row-img .content-quote .quote-content .quote-author {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  .why-section .section-row .row-img .content-quote .quote-content .quote-author {
    font-size: 16px;
    line-height: 24px;
  }
}