.usp-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    box-shadow: inset 0 -2px 6px 0 rgba(0,0,0,.05);
}
.usp-wrapper .usp {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #767676;
    white-space: nowrap;
}
.usp-wrapper .text:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 5px;
    font-family: FontAwesome, serif;
    content: '\f00c';
    font-size: 14px;
    font-weight: normal;
    color: #e4001b;
}
.usp-wrapper .usp-hotline .text:before {
    content: '\f095';
}
.usp-wrapper .usp-with-tooltip {
    cursor: help;
}
.usp-wrapper .usp-with-tooltip:after {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 3px;
    font-family: FontAwesome, serif;
    content: '\f059';
    font-size: 14px;
    font-weight: normal;
    color: #999;
}
@media only screen and (max-width : 991px) {
    .usp-wrapper {
        display: none;
    }
}