#about_p-block1 {
    border-bottom: 1px solid white;
    padding-bottom: 1.5rem;
}

#about_p-block2 {border-bottom: 1px solid white;}
#about_p-block3 {border-bottom: 1px solid white;}

#about_p-block2 span.p-absolute {
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    mix-blend-mode: difference;
    transition: 250ms ease-in-out;
    z-index: 5;
}
@media (hover: hover) {
    #about_p-block2 p:hover span.p-absolute {
        width: 100%;
    }
}

/* 
TEAM
*/
.team-block {grid-column: 1/-1;}
@media only screen and (min-width: 1096px) {
    #about_p-team_founding,
    #about_p-team {margin-top: 4rem;}

    #about_p-team_founding ul,
    #about_p-team ul {border-top: 1px solid white;}

    #about_p-team_founding li:nth-child(3n+1),
    #about_p-team_founding li:nth-child(3n+2),
    #about_p-team li:nth-child(3n+1), 
    #about_p-team li:nth-child(3n+2),
    #about_p-team li:nth-child(3n+3) {border-right: 1px solid white;}

    #about_p-team_founding .team-block {grid-column: span 4;}
    #about_p-team .team-block {grid-column: span 3;}
}


/* 
CLIENTS
*/
.about_p-client {
    aspect-ratio: 1/1;
    grid-column: span 2;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.about_p-client:nth-of-type(odd) {border-right: 1px solid white;}

.about_p-client .--link {
    width: 100%;
    height: 100%;
}
.about_p-client .--link > div {
    opacity: 0;
    transition: 250ms ease-in-out;
    mix-blend-mode: difference;
}

.about_p-client img {padding: 3rem;}
@media only screen and (min-width: 1096px) {
    .about_p-clients {margin-top: 4rem;}

    .about_p-client {border-right: 1px solid white !important;}
    .about_p-client:nth-of-type(6n+6) {border-right: 0 !important;}

    .about_p-client img {padding: 4rem;}
}
@media (hover: hover) {
    .about_p-client .--link:hover > div {opacity: 1;}
}