/* .section-img {
    padding-top: 40px;
} */

.section-products:nth-of-type(2) .section-img {
    padding-top: 100px;
}

.boxes strong {
    font-family: 'Gotham_Black_ve', sans-serif;
    width: 100%;
    display: block;
}

.container .content {
    padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .boxes {
        gap: 18px 45px;
        text-align: center;
    }
}