.people_profile_section {
    margin: 154px 0 183px
}

.people_profile_section.rmt-0 {
    margin-top: 120px
}

.people_profile_section.rmb-0 {
    margin-bottom: 120px
}

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

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

.people_profile_section .section_inner_heading {
    max-width: 1104px
}

.people_profile_section .section_inner_heading .heading2 {
    font-family: var(--fonts_OpenSans_Light);
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 40px
}

.people_profile_section .section_inner {
    flex-direction: row-reverse;
    max-width: 1104px
}

.people_profile_section .section_inner.image_right .section_inner_left {
    padding-left: 0;
    padding-right: 22px
}

.people_profile_section .section_inner.image_right .section_inner_right_image_outer {
    margin-left: auto;
    margin-right: 0
}

.people_profile_section .section_inner_left {
    padding-left: 22px;
    width: 50.534%
}

.people_profile_section .section_inner_left_inner_name {
    color: var(--color_dark_blue_grey);
    font-family: var(--fonts_OpenSans_Bold);
    font-size: 20px;
    line-height: 38.6px;
    margin-bottom: 4px
}

.people_profile_section .section_inner_left_inner .section_inner_left_inner_name+.section_inner_left_inner_role {
    margin-top: -19px
}

.people_profile_section .section_inner_left_inner_role {
    color: var(--color_dark_blue_grey);
    font-size: 14px;
    line-height: 38.6px;
    margin-bottom: 1px
}

.people_profile_section .section_inner_left_inner_content p {
    line-height: 28px
}

.people_profile_section .section_inner_right {
    width: 49.366%
}

.people_profile_section .section_inner_right_image_outer {
    margin-right: auto;
    max-width: 485px;
    width: auto
}

.people_profile_section .section_inner_right_image_outer .section_inner_right_image_overlay {
    border-radius: 5px 0 0 5px;
    height: 100%;
    opacity: 70%;
    width: 50px;
    z-index: 1
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image {
    border-radius: 5px;
    overflow: hidden
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section {
    position: relative
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:after,
.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:before {
    background: var(--color_white);
    content: "";
    height: 80px;
    position: absolute;
    width: 50px;
    z-index: 2
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:before {
    clip-path: polygon(0 0, 0 85%, 100% 0);
    left: -1px;
    top: -1px
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:after {
    bottom: -1px;
    clip-path: polygon(100% 100%, 0 112%, 122% 0);
    right: -1px
}

.people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover
}

.people_profile_section .people_profile_slider_item.image_left {
    flex-direction: row-reverse;
}

.people_profile_section .section_inner_heading.have_arrows {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    row-gap: 10px;
}

.people_profile_section .section_inner_heading.have_arrows .arrow_section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-left: auto;
}

body .people_profile_section .people_profile_slider .section_inner_left .section_inner_left_inner .section_inner_left_inner_name {
    margin-top: 0;
}

body .people_profile_section .section_inner_left .section_inner_left_inner .section_inner_left_inner_content {
    margin-bottom: 10px;
}

.people_profile_section .people_profile_slider_item {
    padding: 0 5px;
}

@media (max-width:1359px) {
    .people_profile_section {
        margin: 140px 0 160px
    }

    .people_profile_section.rmt-0 {
        margin-top: 100px
    }

    .people_profile_section.rmb-0 {
        margin-bottom: 100px
    }
}

@media (max-width:1199px) {
    .people_profile_section {
        margin: 120px 0
    }

    .people_profile_section.rmt-0 {
        margin-top: 80px
    }

    .people_profile_section.rmb-0 {
        margin-bottom: 80px
    }

    .people_profile_section .section_inner_heading .heading2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px
    }

    .people_profile_section .section_inner_right_image_outer {
        max-width: 400px
    }
}

@media (max-width:991px) {
    .people_profile_section {
        margin: 90px 0
    }

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

    .people_profile_section.rmb-0 {
        margin-bottom: 60px
    }

    .people_profile_section .section_inner_heading {
        max-width: none
    }

    .people_profile_section .section_inner_heading .heading2 {
        margin-bottom: 15px
    }

    .people_profile_section .section_inner {
        max-width: none
    }

    .people_profile_section .section_inner.image_right .section_inner_left {
        padding-right: 0
    }

    .people_profile_section .section_inner_left {
        padding-left: 0;
        width: 100%
    }

    .people_profile_section .section_inner_right {
        width: 100%
    }

    .people_profile_section .section_inner_right_image_outer {
        max-width: none;
        width: 100%
    }

    .people_profile_section .section_inner_right_image_outer .section_inner_right_image img {
        height: 100%;
        width: 100%
    }
}

@media (max-width:767px) {
    .people_profile_section {
        margin: 50px 0
    }

    .people_profile_section.rmt-0 {
        margin-top: 40px
    }

    .people_profile_section.rmb-0 {
        margin-bottom: 40px
    }

    .people_profile_section .section_inner_heading .heading2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .people_profile_section .section_inner_right_image_outer .section_inner_right_image_overlay {
        width: 30px
    }

    .people_profile_section .section_inner_right_image_outer .corner_cut_shape_image {
        border-top-left-radius: 0
    }

    .people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:after,
    .people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:before {
        height: 55px;
        width: 30px
    }

    .people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section:before {
        left: -2px;
        top: -2px
    }

    .people_profile_section .section_inner_right_image_outer .corner_cut_shape_image .image_section img {
        border-top-left-radius: 0
    }
}

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