.at-courseFacts {
    padding: 0 0 0 1em;
    border-left: 3px solid #0967b0;
}

.at-courseFacts__date {
    font-size: 1.2em;
    font-weight: 600;
    color: #0967b0;
}
.icon--calendar-inv:before {
    margin-right: 5px;
    color: #0967b0;
}

.at-courseFacts__title {
    font-size: 18px;
    font-weight: 600;
}

.at-courseFacts__priceMember {
    display: block;
}

@media screen and (min-width: 568px) {
    .at-courseFacts__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .at-courseFacts__priceMember {
        display: inline-block;
        margin-right: 2em;
    }
}