.outer-bg-container {
    border-radius: 20px;
}


/* ******************************* About page css start *********************************************** */

.aboutbanner {
    background-color: rgba(var(--main-color), 1);
}

.aboutbanner .common-para {
    color: rgba(var(--white-color), 1) !important;
}

.aboutbanner .banner-title {
    color: rgba(var(--white-color), 1);
    margin-bottom: 1.6rem !important;
}

.aboutimg-box {
    height: 400px;
    margin: 0 auto;
    width: 600px;
    border-radius: 10px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.vmv-section {
    background-color: rgba(var(--white-color), 1);
    color: rgba(var(--main-color), 1);
    padding: 70px 0;
}

.vmv-section h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: rgba(var(--main-color), 1);
    margin-bottom: 0.8rem;
}

.vmv-section h5 {
    font-weight: 600;
    margin-bottom: 13px;
}

.vmv-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(var(--black-color), 0.6);
}

.vmv-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 10px;
}

.vmv-values h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 20px;
}

.vmv-values p {
    color: rgba(var(--black-color), 0.6);
}

.vmv-link {
    color: rgba(var(--second-color), 1);
    text-decoration: underline;
}

.imglistbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

/* ******************************* About page  css END *********************************************** */



@media (max-width: 991px) {

    .aboutimg-box {
        width: 100%;
        margin-top: 2rem;
    }
}


@media (max-width: 767px) {
    .vmv-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .aboutimg-box {
        width: 100%;
        height: 400px;
    }

    .imglistbox {
        flex-direction: row;
        align-items: center;
    }
    .mainimglistbox img{
        object-position: top;
    }
}
@media (max-width: 580px) {
    
    .imglistbox {
        flex-direction: column;
        align-items: center;
    }
        .aboutimg-box {
        width: 100%;
        margin-top: 1.4rem;
    }
    .aboutimg-box {
        width: 100%;
        height: 300px;
    }
}