.m__usps { }

.usps {
    display: flex;
    flex-grow: 1;
    width: 100%;
    gap: var(--spacing__y);
    text-align: center;
   justify-content: center; }
    
.usps .usp {
    width: 33.3%; }
    
.usps .usp h2,
.usps .usp h3 {
   color: var(--color__blue);
   margin-bottom: .5em; }
    
    
/* Counts */
.usps__1 .usp {
    width: 100%; }
 
 
.usp__icon {
   margin-bottom: 1em; }    

.usp__icon img {
   height: 6rem; }  
   
.usp__content h3 {
   margin-bottom: .5em; }   
       
       
@media all and (max-width: 820px) {
    
    .usps {
        flex-wrap: wrap; }
    
    .usps .usp {
        width: 100%; }
    
}