.about-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.prize {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-top: 1px solid #eae5e5;
    border-left: 1px solid #eae5e5;
    border-right: 1px solid #eae5e5;
    border-bottom: 1px solid #eae5e5;
}
.blog-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.photo-gallery-img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
@media(max-width:991px){
    .product-slider-stop{
        flex-direction: column;
    }
}