#product-section{
    background-color: var(--light-gray);
    height: 100vh;
    padding: 50px 50px;
}

#product-section h2{
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    #product-section h2{
        font-size: 28px;
        text-align: center;
    }

}