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

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

.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;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.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;
}

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

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

@media screen and (min-width: 830px) 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 0 300px;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .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;
    }
}