

header #usps {height:100px; padding-top:60px; padding-bottom:0;}
#usps .usp{border-right: none !important;}
#usps .usps-header {height:40px; display:flex; position:relative; flex-direction:row;}
#usps .usps-header .usp {height:100%; width:100%; text-align:center; display:flex; flex-direction:row; justify-content:center; align-items:center; padding:0; margin:0; color: #fff !important; font-family: Raleway,sans-serif;white-space: normal!important;
  margin-left: 15px;}
#usps .usps-header .usp span.usp-icon {height:40px; display:flex; align-items:center; padding-top:0;}
#usps .usps-header .usp span.usp-icon img {height:20px; width:20px; margin-right:10px; aspect-ratio:1/1;}
#usps .usps-header .usp span.usp-title {height:40px; display:flex; align-items:center; font-size:13px; line-height:normal; padding-top:0;}

@media only screen and (min-width:768px) {
    header #usps {margin-top:107px !important;}
    #usps .usps-header .usp span.usp-icon img {height:15px; width:15px;}    
    #usps .usps-header .usp span.usp-title {font-size: 11px;}
}

@media only screen and (min-width:992px) {
    header #usps {height:110px; margin-top:110px !important;}
    #usps .usps-header {height:50px; width:940px; justify-content:space-between;}
    #usps .usps-header .usp {justify-content:flex-start; width:unset;}
    #usps .usps-header .usp span.usp-icon, #usps .usps-header .usp span.usp-title {height:50px;}
    #usps .usps-header .usp span.usp-title {font-size: 15px;}
}

@media only screen and (min-width:1200px) {
    #usps .usps-header {width:900px; justify-content:space-between;}
}


