.at-overviewList {
    clear: left;
    overflow: hidden;
    margin-bottom: 2em;
    list-style: none;
}

.at-overviewList__anchor {
    position: absolute;
    margin-top: -2em;
}

.at-overviewList--borderBottom {
    padding-bottom: 3em;
    border-bottom: 1px solid #C8C8C8;
}

.at-overviewList__image {
    width: 160px;
    margin-bottom: 2em;
}

.at-overviewList__image--round {
    border-radius: 100%;
}

.at-overviewList__text {
    display: block;
    overflow: hidden;
}

.at-overviewList__name {
    font-weight: bold;
    font-size: 1.3em;
}

.at-overviewList__title {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
}

@media screen and (min-width: 460px) {
    .at-overviewList__image {
        float: left;
        width: 160px;
        margin-right: 68px;
    }
}
