p{
    margin: 0;
}


.specification-det p:first-child{
    width: 33%;
}
.specification-det ul{
   padding: 0;
}

.contenttable{
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.contenttable tbody th h2{
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0 ;
}
.contenttable tbody tr td{
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.contenttable tbody tr td p{
    padding-bottom: 4px;
    line-height: 26px;
    font-size: 18px;
}

.product-specific h3{
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}

.product-specific ul{
    padding-left: 20px;
    li{
        list-style-type: disc;
        padding-bottom: 10px;
        font-size: 18px;
    }
}



@media(max-width: 768px){
    .contenttable tbody th h2{
        font-size: 20px;
    }
    .contenttable tbody tr td p{
        font-size: 14px;
    }

    .product-specific h3{
        font-size: 22px;
    }
}
