.at-sellingPoints {
    margin: 3em auto;
    text-align: center;
}

.at-sellingPoints__article {
    position: relative;
    text-align: center;
}

.at-sellingPoints__articleTitleElement {
    color: #c40d58;
}

.at-sellingPoints__imageContainer {
    width: 4em;
    margin: 0 auto 1em;
}

.at-sellingPoints__image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

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

@media screen and (min-width: 1024px) {
    .at-sellingPoints {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-sellingPoints__article {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .at-sellingPoints--2 .at-sellingPoints__article {
        margin-right: 6rem;
    }

    .at-sellingPoints--3 .at-sellingPoints__article {
        margin-right: 3rem;
    }

    .at-sellingPoints__article:last-child {
        margin: 0;
    }
}
