.benefit-cards {
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 992px) {
  .benefit-cards {
    padding: 7.2rem 0 9rem;
  }
}
.benefit-cards .max-967 {
  row-gap: 3.4rem;
}
@media screen and (min-width: 992px) {
  .benefit-cards .max-967 {
    max-width: 967px;
    margin: auto;
    --bs-gutter-x: 3.3rem;
    row-gap: 3.8rem;
  }
}
.benefit-cards .title {
  margin-bottom: 3.4rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .benefit-cards .title {
    margin-bottom: 2.4rem;
  }
}
.benefit-cards .title h2 {
  margin: 0;
  color: white;
}
.benefit-cards .content-buttons {
  margin-bottom: 3.4rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .benefit-cards .content-buttons {
    margin-bottom: 6.4rem;
  }
}
.benefit-cards .--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 16, 32, 0.73) 0%, rgba(3, 16, 32, 0.73) 100%);
}
.benefit-cards .card-item {
  z-index: 1;
  position: relative;
  border-radius: 16px;
  background: #fff;
  padding: 3rem 1.6rem;
  height: 100%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .benefit-cards .card-item {
    padding: 3rem 2.4rem 4rem;
    text-align: center;
  }
}
.benefit-cards .card-item p {
  margin: 0;
}
.benefit-cards .card-item h5 {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.63px;
  margin: 1.6rem 0 0.8rem;
  text-align: left;
  text-transform: capitalize;
}
.benefit-cards .card-item h5 br {
  display: none;
}
@media screen and (min-width: 992px) {
  .benefit-cards .card-item h5 {
    font-size: 2.1rem;
    margin: 2rem 0;
    text-align: center;
  }
  .benefit-cards .card-item h5 br {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */