section.special-cats-with-bg .bg-gray-900 {
    background-color: transparent !important;
}
section.special-cats-with-bg .bg-gray-800 .absolute img.object-center {
    object-position: left;
}
section.special-cats-with-bg .relative.-mt-56{
    margin-top: 10rem !important;
}
span.category-name {
    display: none;
}
@media(max-width : 991px){
    section.special-cats-with-bg .relative.-mt-56{
        margin-top: 0rem !important;
    }
}
@media(max-width : 768px){
    section.special-cats-with-bg .relative.-mt-56{
        margin-top: -15rem !important;
    }
}