/* Add custom CSS styles below */ 
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #4256f7;
}
.customer-reviews-block .reviewsSwiper .testimonial, .customer-reviews-block .testimonialSwiper .testimonial {
    width: inherit;
    padding: 1rem;
    border-radius: 19px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
    color: blue;
}