<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; [class*='col-'] {
    display: flex;
    flex-direction: column;
}
</pre></body></html>