.at-highlights {
    margin: auto auto 2em;
    position: relative;
    clear: left;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

/**
 *  Items
 */

.at-highlights__item {
    margin: 2em 0 3em;
    position: relative;
}

.at-highlights__itemTitleElement {
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.2;
}

.at-highlights__item:hover .at-highlights__itemTitleElement {
    color: #375fc3;
}

.at-highlights__text {
    color: #656565;
}

.at-highlights__text p {
    margin-bottom: 0;
}

.at-highlights__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 1200px) {
    .at-highlights__itemTitleElement {
        font-size: 1.6em;
    }
}