.wh-featured-cards-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .wh-featured-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
  }
  .wh-featured-card.wh-hidden-card {
    display: none !important;
  }
}

.wh-featured-card-image {
  width: 100%;
  height: 250px;
}

.wh-featured-card-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wh-featured-card-content {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .wh-featured-card {
    padding: 30px 0px;
  }
}

.wh-featured-cards-splide .splide__arrows {
  position: absolute;
  bottom: -18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wh-featured-cards-splide  .splide__pagination {
  margin-top: 20px;
}
