.teampg-muller-profile {
    align-items: center;
    margin-top: 200px;
    margin-bottom: 200px;
}

.teampg-muller-profile img {
    grid-column: 1 / span 6;
    width: 100%;
}

.teampg-muller-profile p.text-xs {
    grid-column: span 3;
    color: var(--teal-20);
}

.teampg-about-melissa {
    grid-column: 3 / -3;
    display: grid;
    grid-template-columns: subgrid;
    margin-bottom: 200px;
}


.teampg-expertise-and-engagement {
    padding: 100px 0;
    background-color: var(--teal-80);
}

.teampg-expertise-and-engagement .eyebrow {
    grid-column: 3 / -3;
}

.teampg-expertise-and-engagement .body-section {
    margin-bottom: 40px;
}

.teampg-expertise-and-engagement .text-block {
    grid-column: span 4;
}

.teampg-expertise-and-engagement .text-block:has(+ .text-block) {
    grid-column: 3 / span 4;
}


.teampg-specialized-network {
    padding: 100px 0;
    grid-column: 3 / -3;
    display: grid;
    grid-template-columns: subgrid;
}


@media (max-width: 1024px) {
    .teampg-specialized-network {
        grid-column: 1 / -1;
        padding: 80px 0;
    }
    
    .teampg-about-melissa {
        grid-column: 1 / -1;
        margin-bottom: 140px;
    }
    .teampg-muller-profile {
        margin-top: 140px;
        margin-bottom: 140px;
    }
    .teampg-muller-profile img {
        grid-column: 1 / -1;
    }
    .teampg-muller-profile p.text-xs {
        grid-column: span 3 / -1;
        margin-top: 40px;
    }

    .teampg-expertise-and-engagement {
        padding: 80px 0;
    }
    
    .teampg-expertise-and-engagement .eyebrow,
    .teampg-expertise-and-engagement .text-block:has(+ .text-block) {
        grid-column: span 4;
    }
}

@media (max-width: 767px) {
    .teampg-specialized-network {
        padding: 60px 0;
    }
    
    .teampg-muller-profile p.text-xs {
        grid-column: 1 / -1;
        padding-right: 48px;
    }
    .teampg-about-melissa {
        margin-bottom: 120px;
    }
    .teampg-muller-profile {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .teampg-expertise-and-engagement .text-block:has(+ .text-block) {
        margin-bottom: 24px;
    }

    .teampg-expertise-and-engagement {
        padding: 60px 0;
    }
}