.team_grid_section {
    display: inline-block;
    margin: 150px 0 75px;
    width: 100%
}

.team_grid_section.rmt-0 {
    margin-top: 75px
}

.team_grid_section.mt-0 {
    margin-top: 0
}

.team_grid_section.mb-0 {
    margin-bottom: 0
}

.team_grid_section .heading_section .heading2 {
    color: var(--color_darker_blue);
    font-family: var(--fonts_OpenSans_Light);
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 35px
}

.team_grid_section .team_list {
    row-gap: 30px
}

.team_grid_section .team_list__item {
    padding: 0 7.5px
}

.team_grid_section .team_list__item_image {
    margin-bottom: 18px;
    width: 100%
}

.team_grid_section .team_list__item_image_img {
    height: 100%;
    max-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%
}

.team_grid_section .team_list__item_meta_name {
    color: var(--color_dark_blue);
    font-family: var(--fonts_OpenSans_Bold);
    font-size: 16px;
    line-height: 36px;
    margin: 0
}

.team_grid_section .team_list__item_meta_role {
    color: var(--color_darker_blue);
    font-family: var(--fonts_OpenSans_SemiBold);
    font-size: 12px;
    line-height: 18px
}

@media (max-width:1199px) {
    .team_grid_section {
        margin-top: 115px
    }
}

@media (max-width:991px) {
    .team_grid_section {
        margin: 80px 0 60px
    }

    .team_grid_section.rmt-0 {
        margin-top: 60px
    }

    .team_grid_section .heading_section .heading2 {
        line-height: 40px;
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .team_grid_section {
        margin-top: 60px
    }
}

/*# sourceMappingURL=team_grid.css.map */