.wh-by-the-numbers-container {
  position: relative;
}

/* Splide overrides for desktop grid-like appearance */
.wh-by-the-numbers-container .splide__slide {
  display: flex;
  align-items: stretch;
}

.wh-by-the-numbers-container .splide__list {
  align-items: stretch;
}

.wh-by-the-numbers-card {
  padding: 32px;
  border: 1px solid #E8F3EE;
}

.wh-by-the-numbers-icon {
  margin-bottom: 20px;
}

.wh-by-the-numbers-icon img {
  max-width: 60px;
  height: auto;
  display: block;
}

.wh-by-the-numbers-number {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  color: #00502F;
  line-height: 1.1;
  margin-bottom: 10px;
}

.wh-by-the-numbers-description {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
}

@media(min-width: 650px){
    .wh-by-the-numbers-container .splide__list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
