.staff04 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.staff04__card {
    display: flex;
    gap: 10px;
}

.staff04__img {
    width: 189px;
    min-width: 189px;
    height: 189px;
}

.staff04__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.staff04__label {
    margin-bottom: 10px;
}

.staff04__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
