.customer01 {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.customer01__card {
    width: 262px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.customer01__img {
    height: 195px;
    margin: 0 0 10px;
}

.customer01__name {
    margin: 0 0 8px;
}

.customer01__text {
    margin: 0 0 7px;
}

.customer01__staff {
    text-align: right;
}
