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

.staff03__link {
    width: 208px;
    display: block;
}

.staff03__img {
    width: 208px;
    height: 208px;
    border-radius: 100%;
    overflow: hidden;

}

.staff03__label {
    background: var(--point-color);
    position: relative;
    margin: -15px auto 10px;
}
