#about_us_hero, #pricing_hero{
    background: linear-gradient(244deg, rgb(10 0 73) 40%, rgb(21 0 49) 50%);
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed;
    background-position: right;
    /* background: #000; */
    /* min-height: 630px; */
}
#about_us_hero.about_us::before, #pricing_hero.about_us::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/3334896.jpg) no-repeat;
    /* background-size: cover; */
    background-position: right;
    z-index: 1;
    filter: blur(8px);
}

#about_us_hero .container{
    z-index: 10;
}
#about_us_hero h1, #about_us_hero p{
    color: #fff;
    padding-bottom: 2rem;
}
#about_us_hero .Book-btn{
    width: fit-content;
    margin: auto;
}
#what_we_do, #why_choose_us{
    background: #f9fafa;
}
#what_we_do h2,
#why_choose_us h2{
    padding-bottom: 2rem;
}
#what_we_do .card_wrapper,
#why_choose_us .card_wrapper{
    display: flex;
    gap: 2rem;
    justify-content: center;
}
#what_we_do .card_wrapper .content_wrapper,
#why_choose_us .card_wrapper .content_wrapper{
    width: 45%;
    padding: 2rem;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12); */
    position: relative;
    /* border-left: 0.5rem solid #06337E; */
    /* background: linear-gradient(360deg, rgba(110, 160, 203, 0.3) 6.78%, rgba(216, 223, 228, 0) 102.94%), rgb(255, 255, 255) */

}
#leaderShip .card_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem 2rem;
    justify-content: center;
    margin-top: 56px;
    width: 100%;
    margin: auto;
    padding-top: 56px;
}
#leaderShip .card_wrapper .content_wrapper {
    width: 100%;
    padding: 3.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgb(158 158 158 / 21%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
    /* box-shadow: 0px 4.234px 14.818px 0px rgba(0, 0, 0, 0.15); */
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.18);
    /* box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12); */
}
#leaderShip .card_wrapper .content_wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70%;
    height: 40px;
    background: linear-gradient( #0c53cd 0%, #06337e 100%);
    border-radius: 0px 60px 0 30px;
}
#leaderShip .card_wrapper .content_wrapper .img_wrap{
    position: absolute;
    max-width: 70px;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
    /* border: 1px solid #00000021; */
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.18);
    z-index: 2;
}
#leaderShip .card_wrapper .content_wrapper .lead_head{
    border-bottom: 1px solid #00000021;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
    /* max-width: 70%; */
}
#leaderShip .card_wrapper .content_wrapper .img_wrap img{
    width: 100%;
}
#leaderShip .card_wrapper .content_wrapper h4{
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 20px;
}
#leaderShip .card_wrapper .content_wrapper span{
    display: block;
    opacity: 0.5;
    font-family: "Outfit";
    font-size: 12px;
}
#leaderShip .card_wrapper .content_wrapper p{
    margin-bottom: 8px;
    font-size: 14px;
}
#leaderShip .card_wrapper .content_wrapper a{
    text-align: end;

}
/* responsive */
@media (max-width:991px) {
    #leaderShip .card_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    #leaderShip .card_wrapper{
        margin-top: 1rem;
    }
    #what_we_do .card_wrapper, #why_choose_us .card_wrapper{
        flex-wrap: wrap;
    }
    #what_we_do .card_wrapper .content_wrapper, #why_choose_us .card_wrapper .content_wrapper{
        width: 80%;
    }
}
@media (max-width: 650px) {
    #leaderShip .card_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    #leaderShip .card_wrapper{
        margin-top: 1rem;
    }
    #what_we_do .card_wrapper, #why_choose_us .card_wrapper{
        flex-wrap: wrap;
    }
    #what_we_do .card_wrapper .content_wrapper, #why_choose_us .card_wrapper .content_wrapper{
        width: 100%;
    }
}