.usp-text{
    display: table;
    width: 100%;
}
.usp-text-left{
    display: table-cell;
    width: 50%;
    height: 100%;
    background-color: #f4f4f4;
    padding: 0 50px;
}
.usp-text-left h1, .usp-text-left h2,.usp-text-left h3,.usp-text-left h4,.usp-text-left h5{
    position: relative;
    max-width: 380px;
    font-size: 38px;
    line-height: 38px;
    font-family: 'HelveticaNeueLTStd-Th';  
    color: #666666;  
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.usp-text-left h1:after,.usp-text-left h2:after,.usp-text-left h3:after,.usp-text-left h4:after,.usp-text-left h5:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''; 
    height: 2px;
    width: 150px;
    background-color: #666666;   
}
.usp-text-left p{
    font-size: 15px;
    line-height: 25px;
    font-family: 'Helvetica';  
    color: #666666; 
    padding-bottom: 20px;
}

.usp-text-right{
    display: table-cell;
    width: 50%;        
    vertical-align: middle;
    background-color: #dfdfdf;
    padding: 0 50px;
}
.usp-text-right h1,.usp-text-right h2,.usp-text-right h3,.usp-text-right h4,.usp-text-right h5{
    font-size: 15px;
    line-height: 30px;
    font-family: 'Helvetica';  
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.usp-text-right p{
    font-size: 15px;
    line-height: 15px;
    font-family: 'Helvetica';
    color: #666666;
    margin-bottom: 20px;
    padding-left: 37px;
    text-align: left;
    background: url('images/check.png') no-repeat top left;
}
.usp-text-right p:nth-last-child(1){
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.usp-text-right ul{
    list-style-type: none;   
    padding: 0 0 30px 0;
    margin: 0; 
}
.usp-text-right ul li{
    font-size: 15px;
    line-height: 15px;
    font-family: 'Helvetica';
    color: #666666;
    margin-bottom: 20px;
    padding-left: 37px;
    text-align: left;
    background: url('images/check.png') no-repeat top left;
}
.usp-text-right ul li:nth-last-child(1){
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .usp-text-left,
    .usp-text-right{
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .usp-text-left,
    .usp-text-right{
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .usp-text-left,
    .usp-text-right{
        display: block;
        width: 100%;
        padding: 0 15px;
    }
    .usp-text-right{
        padding: 20px 15px;
    }
    .usp-text-right ul{
        padding: 0 0 20px 0;
    }
}