@media screen and (max-width: 900px) {
    #about_us {
        margin-top: 80px;
    }

    #products {
        margin-top: 90px;
    }

    .products {
        justify-content: center !important;
    }
}