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

.customer02__link {
    width: 265px;
    display: block;
}

.customer02__img {
    height: 215px;
}

.customer02__card {
    height: 153px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: -40px 10px 0;
    padding: 15px 10px;
    position: relative;
}

.customer02__text {
    margin: 5px 0 0;
}

.cusotmer02__charge {
    min-width: 180px;
    background-color: var(--main-color);
    margin: 0 auto;
    padding: 2px 5px 0;
    font-size: 13px;
    color: var(--main-font-color);
    text-align: center;
}
