.customer-list {
    margin: 80px auto 100px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
}

.customer-list .customer-item {
    padding: 30px 15px;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}

.customer-list .customer-item img {
    width: 100%;
}

.customer-list .customer-item p {
    margin-top: 30px;
    color: #383838;
    font-size: 28px;
}