.team__list:not(:last-child) {
    margin-bottom: 5rem;
}
.team__category {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.team__member > h2 {
    font-size: 1.15rem;
}
.member__desc {
    max-width: 55rem;
    margin-top: .5rem;
}
.member__desc > p {
    color: #7a7a7a;
    font-size: .9375rem;
    line-height: 1.4;
}
.team__content > .team__member:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
    .team__category {
        font-size: 1.25rem;
    }
    .team__member > h2 {
        font-size: 1rem;
    }
}