@media (min-width: 900px) and (max-width: 1440px) {
    .board1 > div:first-child {
        width: 40%;
    }

    .board1 > div:last-child {
        width: 60%;
    }

    .one-full .slider-new-index {
        height: 100%;
    }

    .one-new > div .img {
        height: 150px;
    }

    .one-full .img {
        height: 100%;
        border-radius: 10px;
    }

    .accord-test > div {
        font-size: 12px;
    }

    .one-new .font-w {
        margin: 0px 8px;
    }

    .footer-news-block {
        margin: 20px !important;
    }

    .arvih-content > div {
        width: 32%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .header-menu-bl > div {
        margin-bottom: 15px;
    }

    .header-menu-bl {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-menu-bl-m {
        width: 100%;
    }

    .header-menu-bl-m ul {
        justify-content: center;
    }

    .arvih-content > div {
        width: 49%;
    }

    .foot-con {
        align-items: center;
        flex-direction: column;
    }

    .foot-con > div {
        width: 80%;
    }

    .home .sidebar-left,
    .page .sidebar-left,
    .single .sidebar-left {
        width: 70%;
    }

    .home .main-one,
    .page .main-one,
    .single .main-one {
        width: 100%;
    }

    .home .main-one-container,
    .page .main-one-container,
    .single .main-one-container {
        flex-direction: column;
    }

    .main-one-other {
        width: 100%;
    }

    .one-new {
        flex-wrap: wrap;
    }

    .tax-board_cat .sidebar-left button {
        font-size: 13px;
    }

    .one-new > div {
        width: 49% !important;
        margin-bottom: 15px;
    }
}
