.executive-image{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.section-title h2 span{
	font-weight: 700;
	background-image: linear-gradient(267.43deg, #73ED7C 4.95%, #019297 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vp-style{
    height: 250px;
    width: 100%;
}
.other-images{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}
@media(max-width:768px) {
    .about-us-img-2{
        position: absolute;
        bottom: 0;
        right: 55px;
        border-radius: 14px;
        overflow: hidden;
    }

    .about-us-img-2 figure{
        display: block;
    }

    .about-us-img-2 img{
        width: 550px !important;
        aspect-ratio: 1 / 1.04;
        object-fit: cover;
    }
    .vp-style{
        height: 200px;
    }
    .other-images{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
}