.team-regular-info-desktop {
    display: none;
}

.team-regular-members {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 20px;
    padding-bottom: 20px;
    width: 150%;
}

.team-regular-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-regular-info-mobile>p {
    text-align: center;
}

#adduam-team-regular-7749-particle {
    margin-top: 0;
    padding-top: 0;
}

.team-regular {
    padding-bottom: 3rem;
}

.team-regular .team-member-info p,
.team-regular .team-member-info h3 {
    text-align: left;
}

.team-regular .team-member-info p {
    color: #7D8A9A;
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 816px) {
    .team-regular-members {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: hidden;
        padding-top: 0;
        padding-bottom: 3rem;
        width: 100%;
        row-gap: 40px;
    }

    .team-regular-info-desktop {
        grid-column: span 2;
        display: block;
        padding-top: 3rem;
    }

    .team-regular-info-desktop p {
        margin-top: 20px;
        width: 70%;
    }

    .team-regular-info-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .team-regular-members {
        grid-template-columns: repeat(5, 1fr);
    }
    .team-regular-info-desktop {
        padding-top: 5rem;
    }
}