.agence_page {
    .team_section {
        padding: 140px 0 137px;
        .team_block {
            &:last-child {
                margin: 0   
            }
        }
    }
}
.team_section {
    padding: 140px 0 0; 
    .team_block {
        position: relative;
        margin: 0 0 100px;
        &:before {
            content: '';
            background: #F7F8FA;
            position: absolute;
            left: 0;
            height: 302px;
            width: 100%;
            z-index: -1;
            bottom: 108px;
        }
        .comm__txt {
            font-weight: 800;
            font-size: 12px;
            line-height: 110%;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: #5673B1;
            position: absolute;
            top: 110px;
            left: 39px;
        }
        .team_row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            .team_grid {
                width: 33.3%;
                text-align: center;
                padding: 0 10px;
                figure {
                    img {
                        display: flex;
                        margin: 0 auto;
                        max-height: 369px;
                        object-fit: contain;
                    }
                    figcaption {
                        padding: 28px 0 0;
                        min-height: 108px;
                        h2 {
                            font-size: 16px;
                            line-height: 170%;
                            color: #0B2766;
                            font-weight: normal;
                        }
                        p {
                            font-size: 16px;
                            line-height: 170%;
                            color: #5673B1;
                            a {
                                color: #5673B1;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 479.5px) {
    .team_section {
        .team_block {
            margin: 0;
            &:before {
                display: none;
            }
            &:last-child {
                margin: 0 0 20px;
            }
            .team_row {
                .team_grid {
                    width: 100%;
                    margin: 0 0 20px;
                    figure {
                        img {
                            max-width: 200px;
                            margin: 0 auto;
                        }
                        figcaption {
                            padding: 20px 0 0;
                            min-height: auto;
                        }
                    }
                }
            }
        }
    }
}
@media (min-width: 480px) and (max-width: 767.5px) {
    .team_section {
        .team_block {
            margin: 0 0 40px;
            &:before {
                    height: 130px;
                    bottom: 115px;
            }
            .team_row {
                .team_grid {
                    padding: 0 5px;
                    figure {
                        img {
                            max-height: 165px;
                        }
                        figcaption {
                            padding: 20px 0 0;
                            min-height: 115px;
                            h2 {
                                font-size: 13px;
                            }
                            P {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 767.5px) {
    .team_section {
        padding: 80px 0 0;
        .team_block {
            .team_row {
                .team_grid {
                    figure {
                        figcaption {
                            p {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991.5px) {
    .team_section {
        padding: 80px 0 0;
        .team_block {
            margin: 0 0 20px;
            &:before {
                bottom: 116px;
                height: 200px;
            }
            .team_row {
                .team_grid {
                    figure {
                        img {
                            max-height: 265px;
                            object-fit: contain;
                        }
                        figcaption {
                            padding: 10px 0 0;
                            min-height: 116px;
                            p {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 991.5px) {
    .team_section {
        .team_block {
            .comm__txt {
                position: inherit;
                top: 0;
                left: 0;
                right: 0;
                text-align: center;
                padding: 0 0 20px;
            }
        }
    }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
    .team_section {
        .team_block {
            margin: 0 0 50px;
            &:before {
                height: 270px;
                bottom: 134px;
            }
            .comm__txt {
                left: 15px;
                font-size: 10px;
                top: 80px;
            }
            .team_row {
                .team_grid {
                    figure {
                        img {
                            max-height: 340px;
                        }
                        figcaption {
                            min-height: 134px;
                            p {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 991.5px) {
    .agence_page {
    .team_section {
            padding: 80px 0 0;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .team_section {
        .team_block {
            .comm__txt {
                left: 30px;
                font-size: 10px;
            }
        }
    }
}