.team-list {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../img/patterns/team-list/floral-mobile.png');
    mix-blend-mode: multiply;
}
.team-list .first-row p {
    margin: 0 auto;
    max-width: 24.7rem;
}
.team-list .wp-block-bp-core-bp-column:not(:first-child) {
    margin: 8rem 0 0;
}
@media only screen
and (min-width : 961px) {
    .team-list {
        background-image: url('../../img/patterns/team-list/floral-desktop.png');
    }
    .team-list .first-row p {
        max-width: 76.8rem;
    }
}