.relative-header ~ .about-page{margin-top: 100px;}
/* ================================================== experience start ================================================ */
.experience-content .heading-style-3{font-family: var(--ITCAvantGardeProBk-reg);color: var(--gray-02);margin-bottom:40px;}
.experience-content .heading-style-3 span{color: var(--green);font-family: var(--ITCAvantGardeProBk-bold);}
.experience-content p{font-family: var(--NeuzeitSbook);font-weight: 400;}
/* .experience-image-1{right: -30px !important;}
.experience-image-2{left: 0 !important;} */

/* ================================================== trusted leaders start ================================================ */
.section-trusted-leaders {overflow: hidden; background: linear-gradient(90deg, #3F4F5A 74.56986276726974%, #556F73 100%);position: relative;}
.section-trusted-leaders:after {content: ""; position: absolute; height: 100%; width: 90vw; right: 0; top: 0; background: url(../images/leader-bg-shape.png) no-repeat right center/ cover;pointer-events: none;}
.section-trusted-leaders .container{position: relative;z-index: 1;}
.section-trusted-leaders .heading-style-2{color: var(--gray);font-family: var(--ITCAvantGardeProBk-reg);text-align: center;max-width: 730px;margin: 0 auto 40px;}
.section-trusted-leaders .heading-style-2 span{color: var(--off-white);font-family: var(--ITCAvantGardeProBk-bold);}

/*  */
.section-trusted-leaders .row{row-gap: 24px;}
.leader-logo-item{/*padding: 30px;*/min-height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;text-align: center; background-color: rgba(63,79,90, 1);border-radius: 15px; box-shadow:-8px 9px 15px 0px rgb(0 0 0 / 38%);}
.leader-logo-item img{width: auto;max-height: 90px;}

/* ================================================== media query start ================================================ */
@media screen and (max-width:1199px){
    /* ================================================== trusted leaders start ================================================ */
    .section-trusted-leaders .heading-style-2{margin: 0 auto 30px;}
    /*  */
    .section-trusted-leaders .row{row-gap: 20px;}
    /* .leader-logo-item{padding: 20px;} */
    .leader-logo-item img{max-height: 70px;}

    
}
@media screen and (max-width:991px){
    /* ================================================== trusted leaders start ================================================ */
    .section-trusted-leaders .heading-style-2{margin: 0 auto 28px;}
    /*  */
    .section-trusted-leaders .row{row-gap: 18px;}
    .leader-logo-item{/*padding: 14px;*/border-radius: 9px;min-height: 90px;}
    .leader-logo-item img{max-height: 52px;}
}
@media screen and (max-width:767px){
    .relative-header ~ .about-page { margin-top: 50px; }
    /* ================================================== experience start ================================================ */
    .experience-content .heading-style-3{margin-bottom:20px;}
    .experience-content p{margin-bottom: 20px !important;}
}
@media screen and (max-width:575px){
     /* ================================================== trusted leaders start ================================================ */
    .section-trusted-leaders .heading-style-2{margin: 0 auto 24px;}
    /*  */
    .section-trusted-leaders .row{row-gap: 16px;}
    .leader-logo-item{padding: 16px;border-radius: 6px;}
}