.about-wwl-come-section  .about-img-grid-row {
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.about-img-grid-row .about-img-card {
    width: 100%;
}
.about-img-grid-row .about-img-card > .vc_column-inner {
    padding: 0;
}



.about-img-grid-row .about-img-card:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.about-img-grid-row .about-img-card:nth-child(2) {
    grid-row: 1 / span 3;
    grid-column: 2;
}
.about-img-grid-row .about-img-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}
.about-img-grid-row .about-img-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3 / span 1;
}
.about-img-grid-row .about-img-card:last-child {
    grid-column: 3;
    grid-row: 2 / span 2;
}


.about-img-card  * {
    height: 100%;
}
.about-img-card .about-img img{object-fit: cover;}
.about-img-card:first-child .about-img img, .about-img-card:last-child .about-img img {
    height: 514px;    
}
.about-img-card:nth-child(4) .about-img img, .about-img-card:nth-child(3) .about-img img {
    height: 210px;
}
.about-img-card:nth-child(2) .about-img img {
    height: 744px;
}


.about-img {
    border-radius: 15px;
    overflow: hidden;
}
.client-logo .logo-img img {
    max-width: 100px;
}


/*out value section*/
.about-value-cont {
    background: #E0CC4C;
    padding: 30px;
}
.vc_row.zig-zag-row {
    margin: 0 auto;
}
.about-value-img > .vc_column-inner {
    padding: 0 !important;
}
.zig-zag-row .about-value-cont > .vc_column-inner {
    padding: 0;
}
.zig-zag-row .about-value-cont {
    padding: 40px;
}
.about-value-text p {
    font-size: 1.5em;
    font-weight: 200;
}
.zig-zag-row .about-value-cont {
    padding: 40px;
    border-radius: 0 20px 20px 0;
}


.about-value-cont .main-title {
    font-weight: 300;
}
.revers .about-value-cont {
    background: #302A58;
    border-radius: 20px 0 0 20px;
}



@media screen and (max-width: 2000px) {
.about-img-card:first-child .about-img img, .about-img-card:last-child .about-img img {height: 430px; }
.about-img-card:nth-child(2) .about-img img {height: 664px; }


}


@media screen and (max-width: 1600px) {
    .about-img-card:first-child .about-img img, .about-img-card:last-child .about-img img {height: 380px; }
        .about-img-card:nth-child(2) .about-img img {height: 610px; }


}


@media screen and (max-width: 1500px) {
    .about-value-text p {font-size: 1.3em;}
}


@media screen and (max-width: 1100px) {
.about-img-card:nth-child(2) .about-img img {height: 480px; }
.about-img-card:first-child .about-img img, .about-img-card:last-child .about-img img {height: 300px; }
.about-img-card:nth-child(4) .about-img img, .about-img-card:nth-child(3) .about-img img {height: 158px; }
.client-logo .logo-img img {max-width: 80px; }

.zig-zag-row .zig-value-img img {height: 350px; object-fit: cover;    width: 100%; }
.about-value-text p {font-size: 1.2em;}
.zig-zag-row .about-value-cont {padding: 35px;}


}


@media screen and (max-width: 960px) {
    .inner-hero-banner-section .hero-banner-img .hero-img img {height: 300px; }
    .about-img-card:nth-child(2) .about-img img {height: 400px; }
    .about-img-card:first-child .about-img img, .about-img-card:last-child .about-img img {height: 250px; }
    .about-img-card:nth-child(4) .about-img img, .about-img-card:nth-child(3) .about-img img {height: 128px; }
.zig-zag-row .zig-value-img img {height: 440px;}
    .about-value-text p {font-size: 16px; }

}

@media screen and (max-width: 767px) {
    .inner-hero-banner-section .hero-banner-img .hero-img img {height: 250px; }
    .about-wwl-come-section .about-img-grid-row {grid-template-columns: 1fr 1fr; }
    .about-img-grid-row .about-img-card .about-img img {height: 250px; }
    .about-img-grid-row .about-img-card:not(.about-img-grid-row .about-img-card:last-child) {grid-column: unset !important; grid-row: unset !important; }
.vc_row.client-logo-row {grid-template-columns: 1fr 1fr 1fr; display: grid !important ; row-gap: 30px; column-gap: 0; }

.zig-zag-row .zig-value-img img {height: 300px; border-radius: 20px 20px 0 0; }
.zig-value-img * {width: 100%; }
.zig-zag-row .about-value-cont {border-radius: 0;}
.zig-zag-row .about-value-cont {border-radius: 0 0 20px 20px;}
.about-img-grid-row .about-img-card:last-child {grid-column: 1 / span 2 !important; grid-row: 3 !important; }

}

@media screen and (max-width: 480px) {
 .about-wwl-come-section .about-img-grid-row {grid-template-columns: 1fr; }
 .about-img-grid-row .about-img-card:last-child {grid-column: unset !important; grid-row: unset !important; }
.client-logo .logo-img img {max-width: 80px; }
    .zig-zag-row .about-value-cont {padding: 25px; }

}



