.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;
    margin-right: 25px;
    color:#ffffff;
}

.usp ul {
    justify-content: space-between;
    margin: 0 30px;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    padding: 5px 70px;
    margin: 0;
}

.cms-index-index .usp {
    width:100%;
    clear:both;
    background-color: #ffffff;
    margin: 15px 0px;
}

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

.usp ul a {
    display: flex;
}

.usp ul svg {
    height: 25px;
}

.usp ul span {
    font-weight: 700;
    margin: 0px 0px 0px 10px;
}