@media screen and (max-width: 991px){
    .post .post-content {
       padding-top: 10px;
       padding-bottom: 10px;
    }
    .post{
        margin-bottom: 20px;
    }
    .post .post-content h1{
        font-size: 20px;
        line-height: 1.3;
    }
    .post .post-content p{
        font-size: 13px
    }
    .mini-post .mini-img{
        height: 60px;
    }
    .mini-post h2{
        font-size: 15px;
    }
}
@media screen and (max-width:767px){
    .info{
        padding: 0 10px;
    }
    .top{
        padding: 0 10px;
        flex-direction: column;
        gap: 20px;
    }
    .top .search-box{
        flex-direction: row-reverse;
        width: 300px;
    }
    .side-bar{
        display: none;
    }
    .main-content{
        width: 100%;
    }
    .post .post-content h1{
        font-size: 1.2rem;
    }
    .author>svg{
        width: 20px;
        height: 20px;
    }
    .post .post-content p{
        font-size: 0.9rem;
    }.load-more{
        margin-top: 0;
    }
    
}