.about-img-1{
    width: 286px;
    height: 286px;
    object-fit: cover;
}
.about-img-2{
    width: 212px;
    height: 192px;
    object-fit: cover;
}
.about-img-3{
    width: 164px;
    height: 148px;
    object-fit: cover;
}
.product-img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.blog-img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.page-product-img{
    width: 100%;
    height: 375px;
    object-fit: cover; 
}
.banner-right-box {
   
    position: relative;
}
.banner-right-box img{
    width: 100%;
    height: 650px;
    
    object-fit: cover;
    border-radius: 10px;
}
.banner-right-box-2 {
   
    position: relative;
}
.banner-right-box-2 img{
    width: 100%;
    height: 461.2PX;
    
    object-fit: cover;
    border-radius: 10px;
}
.banner-text-box{
    position: absolute;
    bottom: 0;
    z-index: 99;
    border-radius: 10px;
}
 
.banner-text-box a{
    border-bottom: 1px solid !important;
}
.banner-text-box-2 a{
    border-bottom: 1px solid !important;
}
.serit-right img{
width: 100%;
height: 550px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
object-fit: cover;
}

@media(max-width:991px){
    .banner-right-box img{
   
        height: 330px !important;
   
        }
        .serit-right img{
            height: 250px !important;
            border-radius: 0 !important;
        }
}