.team_sect {
    background-color: #F3F7FE;
    padding: 4.5em calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
}
.team_sect.padding_top_off {
    padding-top: 0;
}
.team_sect.padding_bottom_off {
    padding-bottom: 0;
}
.team_sect .team_block {
    padding: 0 0 4.5em;
    margin: 0 0 4.5em;
    border-bottom: 2px solid #FFFFFF;
}
.team_sect .team_block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.team_sect .team_title {
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 1.25em;
}
.team_sect .team_photos_and_description {
    display: flex;
    justify-content: space-between;
}
.team_sect .team_photos_wrap {
    width: 50%;
}
.team_sect .team_photos {
    width: 31.5em;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 1.5em;
}
.team_sect .team_photo {
    width: 9em;
    margin-left: -1.5em;
    box-sizing: border-box;
    border: 0.5em solid #ffffff;
    border-radius: 50%;
    height: 9em;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.team_sect .team_photo:nth-child(4n - 1) {
    z-index: 2;
}
.team_sect .team_photo:nth-child(4n - 2) {
    z-index: 3;
}
.team_sect .team_photo:nth-child(4n - 3) {
    z-index: 4;
}
.team_sect .team_description_wrap {
    width: 50%;
    box-sizing: border-box;
    padding-left: 7em;
}
.team_sect .team_description {
    letter-spacing: -0.005em;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.375em;
}
.team_sect .ceo_block {
    display: flex;
}
.team_sect .ceo_info {
    width: 50%;
    padding-right: 7em;
    box-sizing: border-box;
}
.team_sect .ceo_title {
    font-weight: 500;
    font-size: 2.5em;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 0.75em;
}
.team_sect .ceo_description {
    letter-spacing: -0.005em;
    line-height: 1.5;
    font-size: 1.375em;
    font-weight: 300;
}
.team_sect .ceo_photo_wrap {
    padding-left: 7em;
}
.team_sect .ceo_photo {
    width: 27.75em;
    height: 27.75em;
    box-sizing: border-box;
    border: 1.25em solid #ffffff;
    border-radius: 50%;
    display: block;
    box-shadow: 0 1.125em 2.5em rgba(0, 0, 0, 0.06);
}
@media(max-width: 1199px) {
    .team_sect .team_photos_and_description {
        display: block;
    }
    .team_sect .team_photos_wrap {
        padding: 0;
        width: 100%;
    }
    .team_sect .team_photos {
        margin: 0 0 3.125em;
    }
    .team_sect .team_description_wrap {
        padding: 0;
        width: 100%;
    }
    .team_sect .ceo_block {
        display: block;
    }
    .team_sect .ceo_info {
        width: 100%;
        padding: 0;
    }
    .team_sect .ceo_photo_wrap {
        padding: 0;
        width: 100%;
    }
    .team_sect .ceo_description {
        margin-bottom: 3.125em;
    }
}