.at-lpfs__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.at-lpfs__article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 2rem;
}

.at-lpfs__title {
    margin: 0 0 3rem 0;
    font-size: var(--h2Size);
}

.at-lpfs__buttonWrapper {
    text-align: center;
    padding-top: 1rem;
}

.at-lpfs__button::before {
    margin-right: 1rem;
    content: '\e801';
    font-family: 'fjell';
}
