  /**** Mobile ****/
img{
    /*height: auto !important;*/
    /*max-height: 100%;*/
}

.focus-courses-links{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.focus-courses-links a{
    max-width: 300px;
    margin-right: 24px;
}

.focus-table{
    overflow-x: scroll;
}


/**** Desktop ****/
@media only screen and (min-width: 768px) {

.focus-courses-links{
    display: flex;
    flex-direction: row;
}

.cards-image__card-image{
    min-height: 240px;
}

}
