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

.at-lpfs__sectionTitle {
    margin: 0 0 1em 0 ;
}

.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__article--borderRadius {
    border-radius: 14px;
}

.at-lpfs__article--hasBackground,
.at-lpfs__article--hasShadow {
    padding: 1em;
}

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

.at-lpfs__linkUrl {
    margin-top: 1rem;
}

.at-lpfs__article--hasBackground .at-lpfs__linkUrl,
.at-lpfs__article--hasShadow .at-lpfs__linkUrl {
    bottom: 1em;
}

.at-lpfs__article--hasShadow {
    box-shadow: 0 0 1rem rgba(78, 78, 78, 0.10);
}

@media screen and (max-width: 1023px) {

    .at-lpfs__article.at-lpfs__article--hasBackground {
        margin-bottom: 2em !important;
    }

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

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

    .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;
        width: 100px;
    }

    .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;
        min-height: 230px;
    }

    .sidebarRightVariant .at-lpfs__article,
    .sidebarLeftVariant .at-lpfs__article {
        flex: 0 0 47%;
    }

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

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

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

    .sidebarRightVariant .at-lpfs--4 .at-lpfs__article,
    .sidebarLeftVariant .at-lpfs--4 .at-lpfs__article {
        margin-right: 0;
    }

    .sidebarRightVariant .at-lpfs__article,
    .sidebarLeftVariant .at-lpfs__article {
        margin-bottom: 20px;
    }


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