@media (min-width: 1080px) {
    body .header .menu {
        gap: 16px;
    }
}

.section-block {
    display: flex;
    flex-direction: column;
}

.section-block .products-wrapper {
    margin-top: 20px;
}