.section-featured-collection .featured-collection__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block-start: 24px;
}

@media (max-width: 960px) {
    .section-featured-collection .featured-collection__footer {
        margin-block-start: 8px;
    }
}
