/* xxl <= 1400px */
@media (max-width: 1400px) {}

/* xl <= 1200px */
@media (max-width: 1200px) {}

/* lg <= 992px */
@media (max-width: 992px) {
    .campus-management {
        min-height: 550px;
    }

    .company-profile {
        margin-top: 30px;
    }

    .history {
        margin-top: 60px;
    }

    .success {
        min-height: 660px;
        position: relative;
        margin-top: 30px;
        padding-top: 40px;
    }

    .success-item>img {
        max-width: 600px;
        border-radius: 6px;
    }
    .team {
        margin-top: 30px;
    }
    .testimony-content {
        flex-wrap: wrap;
    }

    .team-column {
        flex-direction: column;
        align-items: center;
    }

    .team-column>div {
        margin-bottom: 30px;
    }
}

/* md <= 768px */
@media (max-width: 768px) {
    .company-profile-left-block {
        display: none;
    }

    .company-profile-right-block {
        display: none;
    }
}

/* sm <= 576px */
@media (max-width: 576px) {
    .banner-img {
        flex-wrap: wrap;
    }

    .banner-img>div {
        margin-bottom: 20px;
    }
    .team-column{
        padding: 0 10px;   
    }
}