@media only screen and (max-width: 1024px) {
    .header-desktop{
        display: none !important;
    }
    .header-mobile{
        display: block;
    }
    .banner-img-box .image-box{
        margin-bottom: 20px;
    }
    .fatwa-explain {
        margin-top: 20px;
    }
  
    
    .mb_sidebar_btn {
        width: 60px;
        height: 40px;
        position: sticky;
        background-color: #dd4643;
        top: 30px;
        border-color: #dd4643;
        border-radius: 5px;
        box-shadow: 0px 2px 9px #cbc8c8;
        transition: all 0.3s ease;
        margin-right: 25px;
        display: block !important;
    }
    .mb_sidebar_btn:hover{
        background-color: #dd4643 !important;
        color: #fff !important;
        border-color: #dd4643 !important;
    }
    #category-sidebar{
        display: none;
    }
    .sidebar .accordion-header{
        font-size: 15px !important;
    }
}
@media screen and (max-width: 768px) {
    .fatwa-explain .separator {
        width: 5px;
        height: 5px;
        
    }
    .post-details-attributes{
        flex-direction: column;
        padding-top: 10px;  
        align-items: center;
    }
    .post-details-attributes > div:nth-child(1) {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1368px){
    .post-header{
        background-image: url(/assets/images/fatwa-header.png);
        height: 300px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
}
@media screen and (max-width: 440px){
    .post-header{
        padding-inline: 10px !important;
        height: 170px;
    }
    .post-header p {
        font-size: 15px !important;
    }
}