.at-courses a {
    text-decoration: none;
}

.at-courses__wrapper {
    margin-bottom: 2em;
}

.at-courses__imageContainer {
    width: 80px;
}

.at-courses__courseImage {
    display: block;
}

.at-courses__informationTitle {
    margin: 0.2em 0;
    color: #0967b0;
}

.at-courses__informationText {
    margin-bottom: 0.8em;
    color: #222;
}

@media screen and (min-width: 920px) {
    .at-courses__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    .at-courses__wrapper:hover {
        background-color: #f9f9f9;
    }

    .at-courses__imageContainer {
        width: 160px;
        height: 160px;
        margin-right: 20px;
    }

    .at-courses__information {
        width: calc(100% - 180px);
    }

    .at-courses__informationTitle {
        margin-top: 0;
    }
}
