.top-customers-wrap{
    padding: 20px 0;
    background: #f8f8f8;
}

.top-customers-wrap .customers img{
    display: block;
    float: left;
    margin-right: 2.5%;
}

.top-customers-wrap .customers a:last-child{
    display: block;
    float: left;
    margin-right: 0;
}

.top-customers-wrap .more{
    margin: 25px 0 0 0;
    color: #76787b;
    text-decoration: none;
    background: none;
}

@media (max-width: 1200px) {

    .top-customers-wrap .customers a:last-child{
        margin: auto;
        clear: left;
        width: 100%;
        text-align: center;
        border: 1px solid #76787b;
        padding: 10px 0;
        border-radius: 4px;
    }
}