.trusted-clients{

    background:#fff;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;

}

.section-tag{

    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
    color:#ff7b00;

}

.client-logo{

    opacity:.75;
    transition:.3s;
    max-height:55px;
    width:auto;
}

.client-logo:hover{

    opacity:1;
    transform:scale(1.05);

}