
div.product-usps-wrapper {
    display: block;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

div.product-usps {
    display: table;
    height: 100%;
    padding: 20px 15px;
    width: 100%;
}

div .product-usp-block {
    display: table-row;
}

.usp-image {
    padding-right: 20px;
    text-align: center;
    width: 40px;
    float: left;
}

.usp-title {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 18px;
    float: left;
    padding-top: 3px;
}

@media only screen and (max-width: 899px){
    .usp-title {
        padding-top: 0;
        padding-bottom: 10px;
        width: 82%;
    }
}