@media (max-width: 1199px) {
    .service-content {
        padding: 8px 20px;
        text-align: center;
    } 
}


@media (max-width: 575px) {
    .education-section .section-header {
        margin: 0;
    }
    .team-section {
        padding: 0 0 30px;
    }
    .team-section .col-lg-4.col-sm-6.mb-30 {
        width: 33.3%;
        padding: 0 5px;
    }
    .team-section .team-thumb img {
        width: 32%;
    }
    .team-section .team-content {
        padding:5px 5px 15px;
    }
    .team-section .team-content h3.title, .team-section .team-content h3, .team-section .team-content h3>a {
        font-size:14px;
        min-height: 38px;
    }
    .team-section .team-content span.sub-title{
        display:none;
    }
}