@media screen and (min-width: 640px) {
  #clarity {
    background: var(--color-very-light-blue);
  }

  #clarity .features__group .feature__container:nth-child(odd) {
    background: var(--color-very-light-blue);
  }

  #clarity .features__group .feature__container:nth-child(even) {
    background: var(--color-palette-white-background);
  }

  #clarity .features__group .feature__container:nth-child(even) .container {
    flex-direction: row;
  }

  #clarity .features__group .feature__container:nth-child(odd) .container {
    flex-direction: row-reverse;
  }

  #triple > .container .desc {
    width: 49.121rem;
  }
}

@media screen and (max-width: 639px) {
  #banner .box__img__people {
    height: 18.34269rem;
  }

  .features__group .feature__left {
    margin-bottom: 0;
  }

  .features__group .box__btn__partnership {
    margin-top: 3.5rem;
  }

  .features__group .feature__container:last-child {
    padding-bottom: 3rem;
  }

  #clarity {
    background: var(--color-pale-azure);
  }

  .most__entrusted__swiper .testimonial-slide {
    background: var(--color-palette-white-background);
  }
}
