.team-section__text:not(:first-child) {
    margin-top: 12rem;
}

.team-section__slider:not(:first-child) {
    margin-top: 14rem;
}

.team-section__card-photo {
    background-color: var(--color-gray-100);
    border-radius: var(--border-radius-lg);
}

.team-section__card-name {
    font-weight: 700;
    font-size: 18rem;
}

.team-section__card-name:not(:first-child) {
    margin-top: 12rem;
}

.team-section__card-position {
    font-weight: 500;
    font-size: 14rem;
}

.team-section__card-position:not(:first-child) {
    margin-top: 6rem;
}

.team-section__card-text {
    font-size: 14rem;
}

.team-section__card-text:not(:first-child) {
    margin-top: 6rem;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .team-section__text:not(:first-child) {
        margin-top: 24rem;
    }

    .team-section__slider:not(:first-child) {
        margin-top: 46rem;
    }

    .team-section__card-photo {
        border-radius: var(--border-radius);
    }

    .team-section__card-name {
        font-size: 24rem;
    }

    .team-section__card-name:not(:first-child) {
        margin-top: 24rem;
    }

    .team-section__card-position:not(:first-child) {
        margin-top: 5rem;
    }

    .team-section__card-text:not(:first-child) {
        margin-top: 10rem;
    }
}
