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

.staff02__card {
    width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.staff02__img {
    height: 170px;
}

.staff02__label {
    margin: -14px auto 10px;
    position: relative;
}

.staff03__text {
    margin-block: 9px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
