.aboutPage{
    background-size: cover !important;
    background-position: center top !important;
    position: relative;
    &::before{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        content: "";
        background-image: linear-gradient(to bottom, rgb(255 255 255 / 45%), rgb(255 255 255));
        left: 0;
    }
    .aboutSec1{
        z-index: 1;
    }
    /* .aboutSec2{
        margin-top: -340px;
    } */
    .aboutJourneyWrap{
        .aboutJourneyItem{
            display: flex;
            justify-content:space-between;
            gap: 30px;
            .aboutJourneyImg{
                width: 200px;
                height:200px;
                border-radius: 50%;
                border: 2px solid #f58220;
                overflow: hidden;
                img{
                    width: 100%;
                }
            }
            .aboutJourneyContent{
                width: calc(100% - 240px);
                padding-left: 25px;
                border-left: 2px solid #005baa;
            }
        }
    }
}
.footRight {
    .ft_pro_bx::after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        width: 40%;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-color: rgba(0, 91, 170, 1);
    }
}
.ft_pro_bx::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #005ba8;
}
.blue-border-right{
    border-right: 1px solid #005ba8;
}

/* .aboutPage {
    .aboutSec2 {
        margin-top: -260px;
    }
} */


.corporateH{
    position: relative;
    &::after{
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        width: 95%;
        right: 0;
        height: 1px;
        background-color: #005ba8;
        z-index: -1;
    }
    h3{
        padding: 10px 20px;
        background-color: #005ba8;
        color: #fff;
        border-radius: 30px;
    }
}

.overviewSec_2{
    .sdgList{
        row-gap: 5px;
    }
}

@media (max-width: 1440px){
    /* .aboutPage {
        .aboutSec2 {
            margin-top: -260px;
        }
    } */
}
@media (max-width: 991px){
    .aboutPage {
        .aboutSec2 {
            margin-top: 0 !important;
            padding-top: 50px !important;
        }
    }
    .footLeft.blue-border-right{
        border-right: none;
        padding-bottom: 20px;
        padding-right: 0px;
        border-bottom: 1px solid #005ba8;
    }
    .footRight{
        margin-top: 20px;
    }
}
@media (max-width:768px){
    .aboutPage {
        .aboutSec2 {
            margin-top:-150px;
        }
        & .aboutJourneyWrap {
            .aboutJourneyItem {
                flex-direction: column;
                .aboutJourneyContent {
                    width: 100%;
                    padding-left: 0px;
                    padding-top: 20px;
                    border-left: 0px;
                    border-top: 2px solid #005baa;
                }
            }
        }
    }
    .aboutJourneyItem.mb_60{
        margin-bottom: 30px !important;
    }
}
@media (max-width: 575px) {
    .aboutJourneyWrap.pt_30{
        padding-top: 0px !important;
    }
}
@media (max-width: 450px) {
    .aboutPage {
        .aboutSec2 {
            margin-top: -110px;
        }
    }
}