﻿@media (min-width: 768.1px) {
    .section-products .section-products-body .section-products-item:nth-child(3n+1):nth-last-child(-n+3), .section-products .section-products-body .section-products-item:nth-child(3n+1):nth-last-child(-n+3) ~ .section-products-item {
        margin-bottom: 3rem;
    }
}
@media (max-width: 767.9px) {
    .section-products .section-products-body .section-products-item:last-child {
        margin-bottom: 3rem;
    }
}