/* TEAM SECTION */
.about-us-page .team-section .team-section__members-list {
    margin-block-start: var(--wp--preset--spacing--xl-1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: var(--wp--preset--spacing--6);
    row-gap: var(--wp--preset--spacing--8);
    max-width: 1200px;
    margin-inline: auto;
}

/* SERVICES SECTION */
.about-us-page .services-section .services-section__illustration-wrapper {
    padding: var(--wp--preset--spacing--xl-2);
    background-color: var(--wp--preset--color--indigo-500);
    border-radius: var(--border-radius);
    display: grid;
    place-content: center;
    margin-block: var(--wp--preset--spacing--8);
}

.about-us-page .services-section .services-section__illustration>img {
    max-height: 450px;
}

.about-us-page .services-section .services-container__text {
    margin: 0;
}

.about-us-page .services-section .services-list.card-grid {
    grid-template-columns: 1fr 1fr;
}