@media (max-width: 768px) {
    .blg-img img{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hori-blgs .heading-style {
    font-size: 28px !important;
} 
.blg-title{
    margin-bottom: 20px;
}
.blg-item{
    gap:0 !important;
}
.hori-blgs h3{
            font-size: 25px !important
}
.nav-stc{
        position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 9999 !important;
    }
    


    
    
    
}