section.featured_products{
      width: 100%;
    max-width: 960px;
    margin: 0 auto;
  padding:48px 0 80px;
}

.featured_products h4{
      font-size: 32px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 24px;
}

.featured_products li.splide__slide a{
  display:flex;
  flex-direction:column;
}

.featured_products li.splide__slide img{
    max-width:100%;
      width: 100%;
  margin:0 auto;
    height: 296px;
    object-fit: contain;
}

.featured_products li.splide__slide h5{
background-color: #000;
    display: flex;
    justify-content: center;
    line-height: 25px;
    font-size: 19px;
    color: #fff;
    padding: 8px 32px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
    min-height: 70px;
}

.featured_products .splide__pagination {
    bottom: -40px;{
      