.about-us-hero {
    background-color: var(--color-light);
    /* padding-top: 182px;
    padding-bottom: 120px; */
    position: relative;
    z-index: 1;
}
.about-us-hero::before {
 /*   content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    width: 100%;
    background-image: url(../images/about-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: -1;*/
      content: "";
    position: absolute;
    top: 15vh;
    right: 10vw;
    width: 200px;
    height: 200px;
    background: #5097c6;
    filter: blur(193px);
    box-shadow: 0 0 100px #5097c6;
}
.about-us-hero h6 {
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #000;
}
.about-us-hero h6 span {
    color: var(--color-icon-bg);
}
.about-us-hero h1 {
    font-weight: 500;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 22px;
    max-width: 1314px;
}
.about-us-hero h1 span {
    font-weight: 700;
    color: var(--color-icon-bg);
}
.about-us-hero p {
    color: #414D60;
    max-width: 1020px;
    margin: auto;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 80px;
}
.about-us-hero .common-milestone-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-us-hero .milestone-box {
    background: #E3F0F9;
    border-radius: 20px;
    padding: 34px 40px;
    min-height: 250px;
}
.about-us-hero .milestone-box h2{
    font-weight: 700;
    color: #111111;
}
.about-us-hero .milestone-box h3 {
    font-weight: 700;
    color: #111111;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 14px;
}
.about-us-hero .milestone-box p {
    color: #666666;
    vertical-align: middle;
    text-transform: capitalize;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 16px;
}
.about-us-hero .milestone-box p:nth-of-type(2) {
    margin-bottom: 10px;
}
.about-us-hero .milestone-box p:last-child {
    margin-bottom: 0px;
}
.about-us-hero .milestone-box2 {
    background: var(--color-icon-bg);
    border-radius: 20px;
    padding: 40px;
    width: 530px;
    min-height: 250px;
}
.about-us-hero .milestone-box2 p {
    letter-spacing: 0%;
    color: var(--color-light);
    margin-top: 0px;
    margin-bottom: 20px;
}
.about-us-hero .milestone-box2 p span {
    display: inline;
}
.about-us-hero .milestone-box2 p span {
    font-weight: 700;
    font-style: italic;
}
.about-us-hero .milestone-box2 .main-button {
    background: var(--color-light);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #111111 !important;
    text-transform: capitalize;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
.about-us-hero .milestone-box2 .main-button:hover {
    background-image: var(--gradient-primary);
    color: var(--color-light) !important;
}
.hero-image img {
    width: 100%;
    -webkit-mask-image: url(../images/about-us-hero.webp);
    mask-image: url(../images/about-us-hero.webp);
    mask-repeat: no-repeat;
}
.about-us-hero .hero-para {
    color: #414D60;
    text-align: center;
    max-width: 1139px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}
/* responsiveness  */
@media(max-width: 1399px) {
    .about-us-hero h1 {
        margin-bottom: 22px;
    }
    .about-us-hero p {
        margin-bottom: 50px;
    }
    .about-us-hero .milestone-box {
        padding: 32px 35px;
    }
    .about-us-hero .milestone-box2 {
        padding: 32px;
        width: 520px;
    }
}
@media(max-width: 1299px) {
    .about-us-hero .milestone-box2 {
        padding: 20px;
        width: 490px;
    }
    .about-us-hero .common-milestone-box {
        gap: 12px;
    }
}
@media(max-width: 1199px) {
    .about-us-hero h1 {
        margin-bottom: 15px;
    }
    .about-us-hero .milestone-box {
        padding: 20px 20px;
    }
    .about-us-hero .milestone-box2 {
        padding: 15px;
    }
}
@media(max-width: 1099px) {
    .about-us-hero .milestone-box h3 {
        margin-bottom: 10px;
    }
    .about-us-hero .milestone-box {
        padding: 18px 10px;
    }
    .about-us-hero .milestone-box2 {
        padding: 10px;
        width: 460px;
    }
    .about-us-hero .milestone-box2 p {
        margin-bottom: 10px;
    }
    .about-us-hero p {
        margin-bottom: 30px;
    }
}
@media(max-width: 991px) {
    .about-us-hero .milestone-box2 .main-button,
    .about-future .future-last .main-button {
        padding: 10px 45px;
        min-height: 45px;
        padding-left: 15px !important;
        min-width: 160px;
        font-size: 14px;
    }
    .about-us-hero .common-milestone-box {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .about-us-hero .milestone-box2 {
        width: 50%;
    }
    .about-us-hero .milestone-box {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-us-hero h6 {
        margin-bottom: 5px;
    }
    .about-us-hero p {
        margin-bottom: 20px;
    }
    .about-us-hero .hero-para {
        margin-top: 20px;
    }
    .hero-image img {
        -webkit-mask-image: unset;
        mask-image: unset;
    }
}
@media(max-width: 767px) {
    .about-us-hero .common-milestone-box {
        flex-direction: column;
    }
    .about-us-hero .milestone-box {
        width: 100%;
    }
    .about-us-hero .milestone-box2 {
        width: 100%;
    }
    .about-us-hero .hero-para {
        text-align: left;
    }
    .about-us-hero .milestone-box2 .main-button {
        padding: 10px 40px;
        min-height: 40px;
        min-width: 135px;
        margin-top: 5px !important;
    }
}