.at-lpfc__sectionsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-hor);
}

.at-lpfc__sectionTitle,
.at-lpfc__sectionIntro {
    text-align: center;
}

.at-lpfc__sectionTitle {
    margin: 0 0 1rem 0;
}

.at-lpfc__sectionIntro {
    margin: 0 auto 2rem;
}

.at-lpfs .at-lpfc__tile {
    border: 0;
}

.at-lpfc__tile--hasOnlyImage .l-tile__imageWrapper {
    height: 300px;
    flex-direction: column;
    position: relative;
    border-radius: var(--radius-lg);
}

@media (min-width: 600px) {
    .at-lpfc .l-tile__imageWrapper {
        height: 160px;
    }

    .at-lpfc__tile--hasOnlyImage .l-tile__imageWrapper {
        height: 240px!important;
    }
}

.at-lpfc__tile--hasOnlyImage figure .l-tile__image {
    height: 100%;
}

.at-lpfc__tile--hasOnlyImage .button {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    top: auto;
    padding-block: 1rem;
    box-shadow: var(--btnShadow);
}

.at-lpfs .at-lpfc {
    height: 100%;
    margin-bottom: 0;
    padding-inline: 0;
}

.at-lpfc__tile--hasCenterAlignment {
    align-items: center;
}

@media (max-width: 579px) {
    .at-lpfs:not(.at-lpfs--3) .at-lpfc__tile {
        margin-bottom: 2rem;
    }
}

@media (min-width: 580px) {
    .at-lpfc__sectionsContainer {
        display: grid;
        grid-template-columns: var(--tileGrid-fit);
        grid-gap: 2rem;
    }

    .at-lpfs .at-lpfc__sectionsContainer,
    .at-lpfs .at-lpfc__content {
        height: 100%
    }
}

@media (min-width: 652px) {
    .at-lpfc__tile--hasSetMaxWidth {
        max-width: 75%;
        margin: 0 auto;
    }
}
