.main_product {
    padding: 5px 0px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0;

}



.main_product_section {
    width: 100%;
    padding: 10px 0;
    /* background-image: url('../../../public/images/products.jpg');
    background-position: bottom;
    background-size: cover;
    min-height: 500px;
    margin-top: 30px; */
}

.title {
    padding: 5px 0;
    font-weight: 500 !important;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: #fff;
}


@media(max-width: 768px) {
    .main_product {
        max-width: none;
    }

    .title {
        font-size: 25px;
    }

}