.producttt{}
.producttt h2{
    margin: 10px 0;
}
.producttt ul li{
    overflow: hidden;
}
.producttt li b{
    display: block;
    float: left;
    width: 15px;
    margin-right: 5px;
}
.producttt li p{
    float: left;
    margin: 0 !important;
    width: calc(100% - 25px);
    line-height: 160%;
}