.teaser-usp{
    position: relative;
    height: 100%;      
}
.teaser-usp img{
    width: 100%;
}
.teaser-usp .usp-list{   
    display: inline-block;
    padding-bottom: 50px;
}
.teaser-usp h2{
    font-size: 12px;
    line-height: 25px;
    font-family: 'Helvetica';
    font-weight: bold;
    color: #999999;
    text-transform : uppercase;
    margin-bottom: 15px;
}
.teaser-usp .usp-list p{
    font-size: 15px;
    line-height: 20px;
    font-family: 'Helvetica';
    color: #666666;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 37px;
    text-align: left;
    background: url('../../images/check.png') no-repeat top left;
}
.teaser-usp .usp-list ul{
    list-style-type: none;   
    padding: 0;
    margin: 0; 
}
.teaser-usp .usp-list ul li{
    font-size: 15px;
    line-height: 20px;
    font-family: 'Helvetica';
    color: #666666;
    margin-bottom: 20px;
    padding-left: 37px;
    text-align: left;
    background: url('../../images/check.png') no-repeat top left;
}
.teaser-usp .usp-btn{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.teaser-usp .usp-btn a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #666666;
    padding: 13px 55px 13px 17px;
    background: url('../../images/arrow-grey.png') no-repeat;
    background-position: top 50% right 20px;
    border: 1px solid #666;
    border-radius: 5px;
    margin-top: 5px;
    
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.teaser-usp .usp-btn a:active,
.teaser-usp .usp-btn a:hover{
    text-decoration: none;
    color: #fff;
    border: 1px solid #f7941d;
    background: #f7941d url('../../images/arrow-white.png') no-repeat;
    background-position: top 50% right 20px;
}
.teaser-usp .usp-btn a:focus{
    text-decoration: none; 
}



@media (max-width: 1199px) {
    .teaser-usp .usp-list p{
        margin-left: 0;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .teaser-usp{
        margin: 30px 0;
    }
}
