/**
 * STYLES: Team Block für Beiträge und Seiten
*/

.block-client-011 {
    padding: var(--section-padding-top-bottom);
}

.block-client-011 .section-title-row {
    max-width: 1100px !important;
    padding-bottom: 4rem;
}

.block-client-011 .section-title-row h2 {
    font-size: 2.9rem;
    font-weight: 500;
    text-align: center;
}

.block-client-011 .section-title-row .lead {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.block-client-011 .team-block-wrapper .teams_grid {
    justify-content: center;
    gap: 3rem 2rem;
}

.block-client-011 .team-block-wrapper .teams_grid .item {
    width: calc(33.33% - 1.33rem);
}
