@charset "UTF-8";
/* CSS Document */
#feature{
    background: var(--white);
    color: var(--brown);
    margin-top: 3rem;
    border-radius: 1rem 1rem 0 0;
    height: 100%
}
.feature__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  padding-bottom: 3rem;
  padding-top: 4rem;
  position: relative;
  text-align: center;
  z-index: 1
}
@media (min-width: 48em) {
  .feature__header {
    padding-top: 5rem;
  }
}
@media (min-width: 48em) {
  .feature__header {
    padding-bottom: 5rem;
  }
}
.feature__heading {
  color: var(--brown);
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  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 {
    letter-spacing: 3px;
    line-height: 1.28;
  }
}
@media (max-width: 37.5em) {
  .feature__heading {
   padding-top: 0;
  }
}
.image-text__container {
  max-width: 1000px;
  margin: 0 auto;

}
@media(max-width: 48em) {
  .image-text__container {
    width: 100%
  }
}
@media(max-width: 37.5em) {
  .image-text__container {
    display: flex;
    flex-direction: column
  }
}
.image-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 0 auto 5rem
}
@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
  }
}
.image-text__image {
  width: 40%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
.feature-text {
    padding: 2rem;
  width: 50%;
}
@media(max-width: 37.5em) {
    .feature-text {
  width: 100%;
}
}
.image-text:nth-child(1) .feature-text__header{
      padding: 2rem 2.5rem 2rem;
  background: #FFCCCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--brown);
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
.image-text:nth-child(2) .feature-text__header{
      padding: 2rem 2.5rem 2rem;
  background: #FFE2CC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--brown);
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .56))
}
.image-text:nth-child(3) .feature-text__header{
padding: 2rem 2.5rem 2rem;
  background: #FFFFCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--brown);
  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-weight: 700;
  font-size: clamp(1rem, 0.796rem + 0.893vw, 1.286rem);
}

.feature-text__description {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.8
}
