.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;
  padding-bottom: 25px;
  border: 1px solid #E8F3EE;
  position: relative;
}

.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(3rem, 2.2958rem + 3.0047vw, 5rem);
  color: var(--wh-color-deep-green);
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
 
}

@media(min-width: 650px){
  .wh-by-the-numbers-number {
    position: absolute;
    bottom: 20px;
    left: 32px;
    margin-top: 0px;
  }
  .wh-by-the-numbers-card {
    padding-bottom: clamp(6.875rem, 5.9604rem + 3.9024vw, 9.375rem);
  }
}

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

.wh-by-the-numbers-mobile-image {
  display: none;
}

.wh-by-the-numbers-mobile-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media(min-width: 650px){
    .wh-by-the-numbers-container .splide__list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
}
@media(max-width: 650px){
  .wh-by-the-numbers-holder .wh-background-image {
    display: none;
  }
   .wh-by-the-numbers-holder {
    background-color: transparent;
    color: #242424;
    padding-top: 64px;
    padding-bottom: 54px;
   }
  .wh-by-the-numbers-holder:after {
    display: none !important;
  }
  .wh-by-the-numbers-container .splide {
    padding-bottom: 60px;
  }
  .wh-by-the-numbers-container  .splide__pagination {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  .wh-tiny-gutter-no-mobile {
    width: 100%;
    margin: 0;
  }
  .wh-by-the-numbers-container  .splide__arrows {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .wh-by-the-numbers-mobile-image {
    display: block;
  }
}
