.all-products{
    border: 0.2px solid #808080;
    padding-bottom: 3px ;
    margin-top: 5px;
}

h2{
 
    color: #199A4E;
    font-style: italic;
    font-size: 25px;
}

.products-banner{
    background-image:  url('/src/assets/Products-ALL-PRODUCTS.jpg');
    background-size: cover;
    height: 90dvh;
    text-align: center;
    margin-bottom: 0;
}
.product-header{
    padding-top: 30px;
    font-size: 68px;
    color: #199A4E;
}
.product-name{
    font-weight: bold;
    font-size: 40px;
    text-align: left;
}

.product-info{
    padding: 80px;
    
}


footer{
    margin-top: 40px;
}

@media only screen and (max-width: 600px) {
    .product-info{
        padding: 20px;
    }
    .products-banner{
        height: 30dvh;
        background-size: 400px;
        margin-bottom: 5px;
       

    }
    .product-header{
        display: none;
    }
    }