@media (max-width: 989px) {
    .locations-courses ul li:nth-child(2n+3) {
        clear: left !important;
    }
}

@media (max-width: 768px) {
    .locations-courses ul li h3 {
        text-align: center;
    }
}

@media (min-width: 990px) {
    .locations-courses ul li:nth-child(3n+4) {
        clear: left !important;
    }
}

.front-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.front-team > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
