


#blocks {
    /*margin-bottom: 20px;*/
    background: #ffffff;
}
#blocks ul{
  margin:0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#blocks li {
    padding: 40px 0px;
    text-align: center;
    border-right: 1px solid #eff0f4;
}

#blocks li:last-child{
    border: none;
}

.usps-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 65px;
    max-height: 52px;
}

#blocks li > div {
    max-width: 160px;
    margin: 0 auto;
}

.usps-content h5 {
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
}

@media screen and (max-width: 990px) {
    #blocks li { padding: 10px 0px; }
    .usps-content h5 { margin-top: 10px; }
}


@media screen and (max-width: 575px) {
    #blocks li.col-sm-6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .usps-content h5{
        font-size: 13px;
    }
    .usps-image img{
        height: 45px;
    }
}




