body{
    background-color: aliceblue;
}

.pro_hero_cov{
    padding-top: 75px;
}

.pro_hero{
    background-image: url('../images/product_hero1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40vh;
    color: white;
}

.pro_hero h1{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50pt;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.259);
}

.pro_into{
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.pro_into h2{
    color: yellowgreen;
    text-align: center;
    padding: 10px;
    font-size: 25pt;
}

.pro_into p{
    color: rgb(92, 90, 90);
    font-size: 15pt;
    text-align: justify;
    text-justify: distribute;
}




/* table */
.spices_a, .spices_b{
    margin-left: auto;
    margin-right: auto; 
    margin-top: 10px;
    padding: 10px 20px;
}


table, caption, tr, th, td{
    border: 1px solid rgba(0, 0, 0, 0.101);
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-collapse: collapse;
    /* padding: 1.2em; */
}

caption{
    font-size: 13pt;
    padding: 2px;
    color: yellowgreen;
    text-align: start;
}

th{
    padding: 12px;
    font-size: 15pt;
    color: yellowgreen;
    text-transform: capitalize;
}

td{
    padding: 8px;
    font-size: 13pt;
    color: rgb(81, 80, 80);
    text-transform: capitalize;
}

tr:nth-child(even){
    background-color: rgba(212, 234, 232, 0.386);
}

.productsAB{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
}

/* responsiveness */

@media screen and (max-width: 1130px) {
    .productsAB{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width:420px) {
    .pro_hero h1{
        font-size: 33pt;
    }

    .pro_into h2{
        font-size: 19pt;
    }

    .pro_into p {
        padding: 10px;
        font-size: 12pt;
    }

    .productsAB{
        padding: 2px;
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .spices_a, .spices_b{
        /* width: 50%;*/
        margin-left: 0;
        margin-right: 0; 
        margin-top: 10px;
        padding: 0px;
    }

      
    table, caption, tr, th, td{
        border: 1px solid rgba(0, 0, 0, 0.101);
        /* font-family: 'Courier New', Courier, monospace; */
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        border-collapse:collapse;
        /* padding: 1.2em; */
    }

    caption{
        font-size: 10pt;
        padding: 2px;
        color: yellowgreen;
        text-align: start;
    }
    
    th{
        padding: 2px;
        font-size: 10pt;
        color: yellowgreen;
        
    }
    
    td{
        padding: 2px;
        font-size: 6.5pt;
        color: rgb(81, 80, 80);
    }
}