@media screen and (max-width: 991px) {
    .courses .cards-container .title {
        display: unset;
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {

}
