@media screen and (min-width: 1440px) and (max-width: 1799px) {
    .header_inner .header_right {
        width: 260px;
        justify-content: flex-end;
    }
    .header_inner .header_right .icon_link {
        display: none;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .header_inner .header_right {
        display: none;
    }
    .header_inner .logo img {
        width: 100%;
    }
    .about_three .ath_item {
        padding: 40px 15px;
    }
    .about_three .ath_item .athi_title {
        font-size: 20px;
    }
    .partners_left .partners_main {
        margin-bottom: 50px;
    }
    .footer_top {
        padding-bottom: 10px;
    }
}
