.why-bevi {
  text-align: center;
  padding: 2rem 0 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .why-bevi {
    padding: 3rem 0 5rem;
  }
}
.why-bevi .section-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .why-bevi .section-title {
    margin-bottom: 4rem;
  }
}
.why-bevi__wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 1279px) {
  .why-bevi__wrap {
    gap: 4rem;
    padding: 0 2rem;
  }
}
.why-bevi__item {
  background: #fff;
  border-radius: 3rem;
  border: 4px solid #E8E8E8;
  overflow: hidden;
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .why-bevi__item {
    display: block;
    width: 33.33%;
  }
}
.why-bevi__item__header {
  background: #E8E8E8;
  padding: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.why-bevi__item__header h3 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.why-bevi__item__content {
  text-align: left;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  color: #4E4E4E;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .why-bevi__item__content {
    font-size: 1.3rem;
  }
}
.why-bevi__item__content .benefit {
  display: flex;
  gap: 2rem;
}
.why-bevi__item__content .benefit svg {
  width: 1.75rem;
  flex-shrink: 0;
}
.why-bevi__item__content .benefit--active svg path {
  fill: red;
}
.why-bevi__item.main {
  display: block;
  border: none;
}
.why-bevi__item.main .why-bevi__item__header img {
  max-width: 5rem;
}
@media (min-width: 768px) {
  .why-bevi__item.main .why-bevi__item__header img {
    max-width: 7rem;
  }
}
.why-bevi__item.main .why-bevi__item__content {
  color: #03257E;
  padding: 2rem 2rem 2.5rem;
  gap: 1rem;
}
.why-bevi__item.main .why-bevi__item__content .benefit--active svg path {
  fill: green;
}/*# sourceMappingURL=styles.css.map */