.product{
   border: 0.1rem solid rgba(47, 0, 255);
   box-shadow: 5px 5px 15px rgba(4, 0, 255, 0.5);
   margin-right: 2rem;
   border-radius: 1rem;
}
.product-img{
    height: 20rem;
}
.box_para {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 50%);
    border-radius: 1rem;
    width: 73rem;
    height: 43rem;
    margin-left: 3rem;
    margin-bottom: 4rem;
}

.datess{
    margin-top: -3.5rem;
    margin-left: 3rem;
}
.content_para{
    margin-left: -2rem;
    width: 70rem;
    border: none;
}

/* for reviews section  */
.review{
    height: 13rem;
}

/* product box height */
.product-box-height{
    height: 20rem;
}