.product-description{
    font-size:16px;
    line-height:1.8;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5{
    font-weight:700;
    margin-top:20px;
    margin-bottom:12px;
}

.product-description p{
    margin-bottom:15px;
}

.product-description ul{
    padding-left:22px;
    margin-bottom:18px;
}

.product-description li{
    margin-bottom:8px;
}

.product-description img{
    max-width:100%;
    height:auto;
    border-radius:8px;
}

.product-description table{
    width:100%;
    border-collapse:collapse;
}

.product-description table th,
.product-description table td{
    border:1px solid #ddd;
    padding:10px;
}