
.diversity-page{
    .lineHeading {
        &::before {
            width: 380px;
            top: auto;
            left: 163px;
            bottom: 68px;
            transform: rotate(-19deg) skew(-20deg) translate(-120%, 0);
        }
        &::after {
            left: 235px;
            top: 53px;
            transform: rotate(-20deg) skew(-20deg) translate(100%, 0%);
        }
    }
    .dbmImg{
        background-size: cover;
        background-position: left top;
        background-repeat: no-repeat;
        padding-top: 100px;
        overflow: hidden;
        border-bottom: 4px solid #4d4d4f;
        padding-bottom: 6px;
        figure{
            margin-bottom: 0px;
            border-bottom: 8px solid #e31837;
        }
    }
    .leaderName{
        padding-left: 125px;
        position: relative;
        &::before{
            width: 110px;
            height: 203px;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            background: url(../images/board-and-management/leaderArrow.png) no-repeat center top;
            background-size: 100%;
        }
    }
}
.opacity_9{
    opacity: 0.8;
}
.leadershipWrap{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #e31837;
    position: relative;
    &::after{
        width: 200px;
        height: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        background-color: #4d4d4f;
        content: "";
    }
}
.managementTeam{
    .lineHeading {
        &::after {
            left: 235px;
            top: 9px;
            transform: rotate(-20deg) skew(-20deg) translate(100%, 0%);
        }
    }
}
@media(max-width:1366px) {
    .diversity-page {
        .leaderName {
            padding-left: 90px;
            .fz_24 {
                font-size: 20px !important;
            }
            &::before {
                width: 78px;
            }
            .fz_18 {
                font-size: 16px !important;
            }
        }
    }
}
@media(max-width: 991px) {
    .diversity_sec_1{
        .mb_100{
            margin-bottom: 0px !important;
        }
    }
}
@media(max-width: 767px) {
    .diversity-page {
        .dbmImg {
        margin-bottom: 20px;
        }
    }
    .stickyBox{
        position: initial;
    }
    .diversity-page {
        .leaderName {
            padding-left: 100px;
            .fz_24{
                font-size: 18px !important;
            }
            &::before {
                width: 80px;
                height: 203px;
            }
        }
    }
    .leadershipWrap {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

}