
.usp_url:hover {
    text-decoration: none;
    cursor: pointer;
}
.usp ul li svg {
    width: 18px;
    fill: currentColor;
}
.usp li {
    list-style-type: none;
    float: left;
    font-size: 14px;
    color:#ffffff;
    width: 25%;
}
.border-left{
    border-left: 1px solid #707070;
}
.border-left-right{
    border-left:1px solid #707070;
    border-right:1px solid #707070;
}

.usp ul {
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
}

.usp ul li img {
    height: 20px;
}

.usp ul a {
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 15px;
    background: #F6F6F6;
    padding: 20px;
}
span.subline {
    font-weight: 200 !important;
    color: #707070 !important;
    margin:0 !important;
}
.usp ul svg {
    height: 25px;
}

.usp ul span {
    font-weight: 500;
    margin: 0px 0px 0px 10px;
    line-height: 15px;
    color: #524942;
}

@media (max-width: 767.98px) {
    .usp ul {
        justify-content: space-between;
        flex-flow: column wrap;
        justify-content: space-evenly;
        align-items: flex-start;
        display: flex;
    }
    .usp ul a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left:15px !important;
        margin:0 !important;
    }
    .usp li{
        width: 100%;
        margin: 2% 0;
        padding: 2%;
    }
    .border-left{
        border-left: none;
    }
    .border-left-right{
        border-left:none;
        border-right:none;
    }
}

@media (min-width: 767.99px) and (max-width: 991.98px) {
    .usp ul span {
        margin: 0;
    }
    .usp ul a{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}