/* Add custom CSS styles below */ 

 .reviews-slider .review .flex {
    padding: 15px;
    background:#f3f4f6;
}
.s-block--testimonials {
margin-bottom:20px;
}


.s-block--enhanced-features {
    width: 100%;
    padding:5px !important;
    background-color: #2d2d2d;
    border-radius:10px;
    margin-bottom:10px;
}

.s-block--enhanced-features__item h2 {
    display:none;
}
.s-block--enhanced-features__item p {
    font-size: 13px;
    color: #fff;
    opacity: 1 !important;
}
.s-block--enhanced-features__item .feature-icon img{
 border-radius:50%;
 }

.s-block--enhanced-features__item{
flex-direction:row !important;
justify-content: space-between !important;
border:none !important;
border-radius:0px !important;
 background-color: #2d2d2d;
 box-shadow:none !important;
}

.s-block--enhanced-features__item:not(:first-child) {
    border-right: 0.5px solid #ddd !important;
}
.group:hover .group-hover\:scale-y-100 , .group:hover .group-hover\:scale-x-100{
display:none !important;
}
.s-block--enhanced-features__item:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
}
@media(max-width:768px ){
.s-block--enhanced-features {
 background-color:#f3f4f6;
}
.s-block--enhanced-features__item{
flex-direction:column!important;
justify-content: center !important;
padding:5px !important;
background-color: #f3f4f6;
box-shadow:none !important;
}
.s-block--enhanced-features .grid {
     display: flex;
    justify-content: center;
    gap:5px;
}
.s-block--enhanced-features__item p {
    font-size: 9px !important;
    color:#2d2d2d ;
}