/* =============== why-we-love-section start =============== */
.why-we-love-section {
  position: relative;
  padding: 50px 0;
  background-color: var(--Neutral-350);
}

.why-we-love-section .content {
  padding: 48px 0;
  background: var(--why-we-love-bg) center center / cover no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #F2F2F2;
  background-blend-mode: screen, normal, normal;
}

.why-we-love-title {
  margin: 0 0 4px;
  font-family: HarlowDuoSerifPlain, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
  color: var(--Primary-teal);
  text-align: center;
}

.why-we-love-description {
  max-width: 720px;
  margin: 0 auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: var(--Neutral-50);
  text-align: center;
}

.why-we-love-link {
  display: flex;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .why-we-love-section {
    padding: 32px 0;
  }

  .why-we-love-description {
    font-size: 12px;
  }
}

/* =============== why-we-love-section end =============== */
