.aboutConatiner{
    background-image: url(../assets/about/aboutbgbanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95% 100%;
    height: 60vh;


}
.bannerImghero{
    margin-top: -5%;
}
.aboutUs_contain h1{
    color: #565656;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 81px;
    letter-spacing: 1.16px;
}
.aboutUs_contain span{
    color: #F5A623;
    font-size: 58px;
    font-style: italic;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 1.16px;
}
.aboutUs_contain p{
    color: #201087;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%; /* 31.4px */
}


.Milestones h3 {
    color: var(--secondary);
    font-size: 58px;
    font-weight: 600;
    line-height: 81px;
    /* letter-spacing: 0.02em; */
}

.Milestones span {
    font-weight: 400;
    color: #565656;
}

.about_milestones {
    background-image: url("../assets/about/VerticalContainer.svg");
    /* background-repeat: no-repeat; */
    background-position: bottom center;
    background-position: 100% 100%;
}

.committed_to h3 {
    color: #565656;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
    text-align: left;
}

.committed_to span {
    color: var(--secondary);
    font-weight: 600;
}

.committed_to p {
    color: #767676;
    font-size: 20px;
    font-weight: 500;
    line-height: 31.4px;
    text-align: left;
}

.Financial_Solutions h3 {
    color: var(--secondary);
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: left;

}

.Financial_Solutions h3 span {
    color: #565656;
    font-size: 48px;
    font-weight: 500;
}

.Financial_Solutions p {
    color: #767676;
    font-size: 20px;
    font-weight: 500;
    line-height: 31.4px;
    text-align: left;
}

.Financial_Solutions h4 {
    color: var(--secondary);
    font-size: 54px;
    font-weight: 800;
    line-height: 64.8px;
    /* text-align: left; */

}

.Financial_Solutions h5 {
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    padding-top: 5px;
    /* text-align: left; */

}

.values h2 {
    color: #565656;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 81px; /* 139.655% */
    letter-spacing: 1.16px;
}

.values h2 span {
    color: var(--secondary);
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 1.16px;
}

.card_values {
    box-shadow: 4px 4px 12px 0px #00000040;
    border-radius: 24px;
    width: 490px;
    height: 550px;
    flex-shrink: 0;
    background-color: #ffffff;
    
}

.card_values h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: left;

}

.card_values p {
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    line-height: 31.4px;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    /* .aboutConatiner{
        height: 50vh;
    } */

    .aboutUs_contain h1 {
        color: #565656;
        font-size: 41px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 60px !important;
        letter-spacing: 1.16px;
    }

    .aboutUs_contain span {
        color: #F5A623;
        font-size: 41px !important;
        font-style: italic;
        font-weight: 500;
        line-height: 60px !important;
        letter-spacing: 1.16px;
    }

    .aboutConatiner {
        background-image: url(../assets/about/aboutbgbanner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 95% 100%;
        height: 36vh;
    }
}


@media screen and (max-width: 767px) {
    .aboutConatiner{
        height: auto;
    }
    .aboutUs_contain h1 {
        font-size: 20px !important;
        line-height: 34px !important;
        padding-bottom: 15px !important;
    }

    .bannerImghero{
        margin-top: -3% !important;
        max-width: 95%;
    }

    .aboutUs_contain span{
        font-size: 24px !important;
        line-height: 40px !important;
    }

    /* .aboutConatiner{
        height: 40vh;
    } */

    .committed_to h3{
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }

    .committed_to p{
        font-size: 16px;
        line-height: 24px;
    }

    .Financial_Solutions h3{
        /* font-weight: 600; */
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .Financial_Solutions h3 span{
        font-size: 24px;
        /* font-weight: 600; */
        line-height: 30px;
    }

    .Financial_Solutions p{
        font-size: 16px;
        line-height: 24px;
    }

    .Financial_Solutions h4{
        font-size: 24px;
        /* font-weight: 600; */
        line-height: 30px;
    }
    .Financial_Solutions h5{
        font-size: 16px;
        line-height: 24px;
    }

    .aboutImage{
        display: none;
        height:70%
    }

    .values h2{
        
        font-size: 24px;
        line-height: 30px;
    }
    .values h2 span{
        font-size: 24px;
        line-height: 30px;
    }

    .card_values{
        width: 100%;
        height: auto;
        margin: 3%;
    }

    .Milestones h3{
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }

    .Milestones h3 span{
        font-size: 24px;
        line-height: 30px;
    }
}