.main-products {
    margin-top: 40px;
    width: 100%;
    min-height: 597px;
    position: relative;
    background-color: var(--secondary-500);
}

.main-products:before {
    content: ' ';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('http://staging.rippleindonesia.co.id/assets/img/background/main-product.png');
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wrapper-main-products {
    padding: 80px 0;
}

@media (min-width: 360px) and (max-width: 599px) {
    .main-products {
        margin-top: 0;
    }
}