.section-featured-categories {
    padding: 20px;
}

.featured-categories__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    align-items: stretch;
}

@media screen and (min-width: 976px) {
    .section-featured-categories {
        padding: 8px 0;
    }
}