.product{
    padding: 70px 0px;
}
.product-image img{
width: 100%;
height: auto;
}
.product-content h3{
    color: black;
}
.product-content p{
font-size: 14px;
text-align: justify;
color: #969696;
text-transform: capitalize;
}
.product li{
    font-size: 14px;
    text-align: justify;
    color: #969696;
    }


/* update page css */

.blog-details{
    font-size: 15px;
    padding: 5px;
    gap: 10px;
    
}
.blog-details i{
    color: #2596be;
}
.blog-details a{
    font-size: 13px;
    padding: 5px;
    background-color: #969696;
    color: #fff;
}
.blog-details a:hover{
    font-size: 15px;
    padding: 5px;
    background-color: #747373;
    color: #fff;
}
.newsletter input{
    width: 70%;
    height: 50px;
    border-radius: 25px;
    background: transparent;
    /* border: 1px solid #626262; */
    padding: 8px;
    font-weight: bold;
}