/* MEDIA 1200 */

@media (min-width: 1024px) and (max-width: 2000px) {}

@media (min-width: 1550px) and (max-width: 2000px) {
    .dean-news .item {
        height: 600px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .service-item {
        width: 25%;
    }
}


/* MEDIA 1024 */

@media (min-width: 900px) and (max-width: 1024px) {
    .logo img {
        margin: auto;
    }
    .top-header {
        height: auto;
        background-color: #3c7974;
    }
    .service-item {
        width: 25%;
    }
}


/* END MEDIA 800 */

@media (min-width: 600px) and (max-width: 800px) {
    body {
        overflow-x: visible;
    }
}

@media (max-width: 900px) {
    body {
        overflow-x: visible;
    }
    .title-head {
        flex-direction: column;
    }
    .academic_item {
        flex-direction: column;
    }
}

@media (max-width: 400px) {}