ul.customers {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

ul.customers:before, ul.customers:after {
    content: " ";
    display: table;
}

ul.customers:after {
    clear: both;
}

ul.customers li.customer {
    float: left;
    list-style: none;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

ul.customers li.first {
    clear: both;
}

ul.customers li.last {
    margin-right: 0;
}

ul.customers li.customer h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

ul.customers li.customer .amount {
    color: #85ad74;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
}
