@media screen and (width < 71.25rem) {
  .three-cards-2--container {
    grid-column: full-width !important;
  }
}
.three-cards-2--header {
  margin: auto;
  max-width: 50rem;
  padding-inline: 1.875rem;
  text-align: center;
}
.three-cards-2--button {
  margin-top: 1.75rem;
}
.three-cards-2--cards {
  margin-top: 2.5rem;
}
.three-cards-2 .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  gap: 1.25rem;
}
.three-cards-2 .splide.is-initialized:not(.is-active) .splide__list > * {
  flex: 1;
}
.three-cards-2--card {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.three-cards-2--card-image {
  text-align: center;
}
.three-cards-2--card-body {
  padding-block: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
