.at-lpfs {
    margin-left: auto;
    margin-right: auto;
}

.at-lpfs__sectionTitle,
.at-lpfs__sectionIntro {
    text-align: center;
}

.at-lpfs__sectionTitleWrapper {
    margin: 0 auto 4em;
    width: 300px;
    text-align: center;
}

.at-lpfs__sectionTitle {
    position: relative;
    font-size: 1.6em;
}

.at-lpfs__sectionTitle:after {
    content: '\e808';
    position: absolute;
    left: 50%;
    bottom: -1.3em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "sociaalsportief";
    color: #ef6079;
}

.at-lpfs__sectionIntro {
    margin: 0 auto 50px;
}

.at-lpfs__article {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.at-lpfs__imageContainer {
    margin-bottom: 1em;
}

.at-lpfs__imageContainer img {
    display: block;
    height: 48px;
}

.at-lpfs__heading--big {
    font-size: 2em;
}

.at-lpfs__heading--noMargin {
    margin-top: 0;
}

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

.at-lpfs__articleTitleElement {
    font-size: 1em;
    color: #ef6079;
}

@media screen and (max-width: 1023px) {
    .at-lpfs__article {
        padding-bottom: 0 !important;
    }

    .at-lpfs__articleTitleElement {
        height: auto !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    .at-lpfs__article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }

    .at-lpfs__imageContainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; /** Necessary to vertically align its contents */
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }

    .at-lpfs__imageContainer + .at-lpfs__textContainer {
        padding-left: 1em;
    }
}

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

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

    .at-lpfs--2 .at-lpfs__article {
        margin-right: 6rem;
    }

    .at-lpfs--3 .at-lpfs__article {
        margin-right: 3rem;
    }

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

    .at-lpfs__linkUrl {
        position: absolute;
        bottom: 0;
    }
}