.about-us-space {
    margin-top: 6rem;
}

.insight-right.about-vision .heading-2,
.insight-right.about-1 .heading-3 {
    color: var(--text-main, #263A5B);
    font-family: 'Open Sans';
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.about-work-l .heading-3 {
    color: #193656;
    font-family: 'Rubik';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.insight-right.about-1 p {
    width: 100%;
    color: #193656;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.about-work-l p.para-text {
    width: 100%;
    color: #193656;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    width: 100%;
}

.about-work-l {
    display: flex;
    width: 396px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(25, 54, 86, 0.51);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(7.5px);
    margin-left: 45%;
}

.about-leader .heading-3,
.about-partner .heading-3 {
    color: var(--text-main, #263A5B);
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -1.08px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .card-leader {
        margin-left: 30px;
    }

    .about-work-l {
        margin-left: 0;
        width: 100%;
    }

    .about-leader {
        text-align: center;
    }

    .insight-right.about-1 p,
    .insight-right.about-vision p {
        width: 100%;
        text-align: center;
    }

    .insight-right.about-vision .heading-2,
    .insight-right.about-1 .heading-3 {
        text-align: center;
    }

    .about-partner {
        min-height: 0;
        background-size: cover;
    }
    
}