.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 {
    height: 20em;
    overflow: hidden;
    margin-bottom: 1em;
}

.at-lpfs__imageContainer img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    transition: transform 0.3s ease-in;
}

.at-lpfs__article:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.at-lpfs__heading--overImage {
    position: absolute;
    top: 15em;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0.4em 0.1em;
    font-size: 1em;
    text-align: center;
    color: #fff;
    background: #006b6f;
}

.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: 650px) and (max-width: 1023px) {
    .at-lpfs__article--hasIntro {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2em;
    }

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

    .at-lpfs__article--hasIntro .at-lpfs__imageContainer {
        height: auto;
    }

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

    .at-lpfs__article--hasIntro .at-lpfs__heading--overImage {
        position: static;
        margin-bottom: 1em;
        padding: 0;
        font-size: 2em;
        text-align: left;
        color: #c80067;
        background: none;
    }
}

@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__imageContainer {
        height: auto;
    }

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