.text-section {
  background-color: #dcf2c9;
  padding-block-start: 4rem;
  padding-block-end: 6.1rem;
}
@media (min-width: 768px) {
  .text-section {
    padding-block-start: 5.8rem;
    padding-block-end: unset;
  }
}
.text-section__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .text-section__container {
    flex-direction: row;
    gap: 8.8rem;
  }
}
.text-section__title {
  color: #033324;
  color: #033324;
  font-family: "Nohemi", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12rem;
  margin: 0;
}
@media (min-width: 768px) {
  .text-section__title {
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.16rem;
    width: 56.4rem;
    flex-shrink: 0;
  }
}
.text-section__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .text-section__content {
    margin-block-start: 0;
    flex: 1;
    min-width: 0;
    gap: 2.5rem;
  }
}
.text-section__paragraph {
  color: #033324;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 141%;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .text-section__paragraph {
    color: #033324;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
  }
}
.text-section__footer-bar {
  display: none;
}
@media (min-width: 768px) {
  .text-section__footer-bar {
    display: block;
    height: 6.5rem;
    background-color: #dcf2c9;
    margin-inline: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
  }
}

@media (max-width: 767px) {
  body.is-about-us-page .text-section {
    padding-block-start: 6.1rem;
    padding-block-end: 7.9rem;
  }
}

@media (max-width: 767px) {
  body.is-about-us-page .text-section__title {
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.14rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.is-about-us-page .text-section__title {
    font-size: 5.5rem;
    letter-spacing: 0.22rem;
  }
}

@media (max-width: 767px) {
  body.is-about-us-page .text-section__content {
    text-align: start;
  }
}

@media (max-width: 767px) {
  body.is-about-us-page .text-section__content p {
    max-width: 29rem;
    align-self: flex-start;
    text-align: start;
  }
}
@media (min-width: 768px) {
  body.is-about-us-page .text-section__content p {
    color: #033324;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
    text-align: start;
  }
}

@media (min-width: 768px) {
  body.is-about-us-page .text-section {
    background: linear-gradient(to right, #dcf2c9 30%, #ffffff 70%);
    padding-inline: 0;
    padding-block-start: 0;
    border-radius: 3rem 0 0 0;
    position: relative;
  }
  body.is-about-us-page .text-section .corner--bottom-right {
    bottom: 6.5rem;
  }
}

@media (min-width: 768px) {
  body.is-about-us-page .text-section__container {
    gap: 0;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  body.is-about-us-page .text-section__title-wrapper {
    width: 45%;
    flex-shrink: 0;
    background-color: #dcf2c9;
    padding: 5.6rem 9rem 5.6rem 0;
    border-start-end-radius: 3rem;
    border-start-start-radius: 3rem;
  }
}

@media (min-width: 768px) {
  body.is-about-us-page .text-section__title {
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.is-about-us-page .text-section__content {
    position: relative;
    flex: 1;
    min-width: 0;
    padding: 4.8rem 0rem 4.8rem 8rem;
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
