@media (max-width: 991px) {
    .enamad-img {
        width: 90px;
        height: 90px;
    }

    .logo-img {
        width: 120px;
    }

    .description-footer {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .menu-footer {
        width: 100% !important;
    }

    .list-blog {
        width: 100%;
        padding-inline-end: 0px;
    }

    .side-bar {
        width: 100%;
        padding-inline-start: 0px;
    }

    .section-list-blogs {
        padding-top: 10px;
        display: grid;
    }

    .logo {
        width: 60px;
    }

    .search-form {
        width: 260px;
    }

    .img-card-bolg img {
        width: 100%;
        height: 160px;
    }

    .title-card-blog {
        width: 100%;
    }

    .img-cover-blog {
        height: 200px !important;
        border-radius: 20px !important;
        margin-bottom: 32px !important;
    }

    .content-details img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 16px;
    }

    .reply-circle {
        display: none;
    }

    .reply-box {
        position: relative;
        z-index: 2;
        background: #fff;
        border: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 20px 0;
        width: 70%;
    }

    .banner-section {
        padding-bottom: 30px;
        text-align: center;
    }

    .btn-banner {
        margin-inline: auto;
    }

    .text-banner {
        font-size: 20px;
    }
}