.staff-section .staff-wrapper{
    background: #fff;
    padding: var(--padding-standart);
    border-radius: var(--radius-md);
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.staff-section .staff-wrapper .image img {
    border-radius: var(--radius-md);
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}
.staff-section .staff-wrapper .info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.staff-section .staff-wrapper .info > span {
    font-weight: 400;
    color: var(--text);
}