.mobile-category-section{
 
   margin-top: 10px;
   margin-bottom: 10px;
}
.cat-slider-img{
        width: 100%;
    height: 100%;
    object-fit: contain;
    padding-right: 5px;
    padding-top: 5px;
}

.cat-img-container{
        background: #f2f2f2;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative;
}

.cat-img-container-desktop{
    background: #f2f2f2;
    border-radius: 175px;
    width: 175px;
    height: 175px;
    margin: auto;
    position: relative;
}


 @media (min-width: 992px) {
     .mobile-category-section{
        display:  none;
    }
 }

 @media (max-width: 991px) {
     .desktop-category-section{
        display:  none;
    }
 }

 .cat-img-text {
    text-align: center;
    font-family: 'Lexend', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

 .cat-img-text-desktop {
    text-align: center;
    font-family: 'Lexend', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}
 

