
.product_features .repeater-item .title {
    font-weight: bold;
}

.product_features .icon {
    background-image: url(/wp-content/uploads/2024/03/Ellipse-181-1.png);
    background-size: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.product_features:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background: linear-gradient(90deg, #F8F6F6 0%, #F8F6F6 48.3%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.product_features .splide__slide {
    transition: .3s;
}
.product_features .splide__slide.is-prev,.product_features .splide__slide.is-next {
    opacity: .5;
}

.product_features {
    margin-left: -12px;
    margin-right: -12px;
}