@media screen and (min-width: 768px) {
  .homepage-box.before-carousel {
    margin: 0px;
  }
}

@media screen and (min-width: 1200px) {
  body.in-index .benefitBanner {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  body.in-index .benefitBanner__item {
    flex-grow: 0;
    width: auto;
    flex-basis: auto;
  }
  .homepage-box.before-carousel {
    margin: 0 0 40px 0;
  }
}

.benefitBanner {
  grid-template-columns: 1fr 1fr 1fr;
}
.benefitBanner__item {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .benefitBanner__title {
    font-size: 24px;
  }
  body.in-index .benefitBanner {
    justify-content: space-around;
  }
}
