@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}
@media (min-width: 992px) {
    .sidemenu-btn, .side-menu {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 4px 0;
        margin: 0 20px;
    }
    .post-content {
        padding-right: 50px;
    }
}

@media (max-width: 1499px) {
    .index-right p, .post h1, .post p, .post-date {
        font-size: 24px;
    }
    .index-left p {
        font-size: 13px;
    }
    .post-date {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .index-right p, .post h1, .post p, .post-date {
        font-size: 20px;
    }
    .index-left p {
        font-size: 11px;
    }
    .group {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .index-left {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .index-right {
        margin-top: 0px;
    }
    .index-left p {
        font-size: 16px;
        padding-right: 20px;
    }
    .index-right p {
        font-size: 22px;
    }
    .index-right-one img {
        margin-left: -10px;
    }
    /*.dist-row, */.post-main {
        height: 100% !important;
    }
    .dist-row img {
        margin-bottom: 20px;
    }
    .group {
        margin-bottom: 20px;
    }
    .post-holder {
        margin-bottom: 20px;
    }
    .post-head .post-date {
        margin-bottom: 20px;
    }
    .post-date {
        margin-top: 30px;
    }
    .post-content {
        margin-bottom: 50px;
    }
    .side-block:last-of-type {
        margin-bottom: 0;
    }
    .post-left, .post-right {
        margin-bottom: 20px;;
    }
    .footer {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .index-right-one {
        margin-bottom: 5px;
    }
    .index-right p {
        padding-left: 20px;
    }
    .index-right p, .post h1, .post p, .post-date {
        font-size: 18px;
    }
    .footer .col-12 {
        margin-bottom: 40px;
    }

    .footer .col-12:last-of-type {
        margin-bottom: 0;
    }

    .footer h4 {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .logo img {
        width: 180px;
    }
    .index-left img {
        width: 30%;
    }
    .index-right img {
        width: 60%;
    }
    .post-content {
        font-size: 18px;
    }
    .footer {
        font-size: 16px;
    }
}
    

