@charset "UTF-8";
/* CSS Document */
.feature__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 1000;
  padding-bottom: 3rem;
  padding-top: 4rem;
  position: relative;
  text-align: center;
  z-index: 1
}
@media (min-width: 48em) {
  .feature__header {
    padding-top: 8.7rem;
    padding-bottom: 8.7rem
  }
}
.feature__heading {
  color: #fff;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 900;
  font-size: clamp(3rem, 2.857rem + 0.625vw, 4rem);
  letter-spacing: 1.0;
  line-height: 1.33;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .feature__heading {
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.28
  }
}
.image-text__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media(max-width: 48em) {
  .image-text__container {
    width: 100%
  }
}
@media(max-width: 25.875em) {
  .image-text__container {
    display: flex;
    flex-direction: column
  }
}
.image-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem
}
@media(max-width: 37.5em) {
  .image-text {
    flex-direction: column
  }
}
.image-text:nth-child(2) {
  flex-direction: row-reverse
}
@media(max-width: 37.5em) {
  .image-text:nth-child(2) {
    flex-direction: column
  }
}
.feature-text {
  max-width: 650px;
}
.feature-text__header {
  padding: 2rem 2.5rem 2rem;
  background: #FEE780;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #573F1C;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
.feature-number {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'Nunito', sans-serif;
  font-weight: 1000;
  font-size: 1rem;
  letter-spacing: .5px;
  line-height: 1.4;
  text-align: center;
  z-index: 2;
  position: relative;
}
.feature-text__title {
  font-family: 'Zen Maru Gothic', serif;
  font-size: clamp(1rem, 0.796rem + 0.893vw, 1.286rem);
  font-weight: 700
}
.image-text__image {
  width: 50%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
@media(max-width: 25.875em) {
    .image-text__image {
  width: 80%;
}
}
.feature-text__description {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.8
}