.latest-achivement-row .latest-ach-card {
    background: #F6F6F7;
    border-radius: 6px;
    width: 100%;
}
.latest-achivement-row .latest-ach-card > .vc_column-inner {
    padding: 20px;
}
.vc_row.latest-achivement-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 auto !important;
}
.latest-ach-card img {
    max-height: 195px;
    width: auto;
}
.latest-ach-card .award-title {
    font-size: 18px;
    font-weight: 700;
}
.latest-ach-card .award-cont {
    color: #949AA4 !important;
    line-height: 1.5;
}
.vc_row.strip-line-row {
    background: #1872CB;
    padding: 40px;
    border-radius: 20px;
}
.partner-call-txt p {
    color: #fff;
}
.strip-line-call-rt .partner-call-txt {
    padding-left: 30px;
    position: relative;
}
.strip-line-call-rt .partner-call-txt:before {
    width: 1px;
    height: 77px;
    background: #D9D9D9;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
}
.strip-line-row .strip-line-call-lt {
    width: 30%;
}

.strip-line-row .strip-line-call-rt {
    width: 70%;
}
.revers .single-image {
     padding-left: 0 !important;
}

.image-content-row .image-col .single-image {
    padding-top: 0;
    padding-right: 0;
    background: unset;
    border-radius: 30px;
}
.vc_row.latest-achivement-row.mb-2 {
    margin-bottom: 20px !important;
}


@media only screen and (max-width: 1200px) {
.vc_row.strip-line-row { padding: 25px;}
.strip-line-call-lt > .vc_column-inner, .strip-line-call-rt > .vc_column-inner {padding: 0 !important; }
.image-content-section .image-content-row { gap: 10px !important;}
.latest-ach-card img { max-height: 135px;}

}


@media only screen and (max-width: 960px) {
 .vc_row.latest-achivement-row {grid-template-columns: 1fr 1fr; }
.image-content-section .image-content-row {gap: 30px !important; }

 }

@media only screen and (max-width: 767px) {
 .vc_row.strip-line-row {flex-direction: column; text-align: center;         margin: 0 auto;}
 .strip-line-call-lt .patner-call-title {text-align: center !important; }
.strip-line-call-rt .partner-call-txt {padding-left: 0; }
.strip-line-call-rt .partner-call-txt:before{display: none;}
.strip-line-row .strip-line-call-rt {width: 100%; }
.strip-line-row .strip-line-call-lt {width: 100%; }

}


@media only screen and (max-width: 480px) {
.vc_row.latest-achivement-row {grid-template-columns: 1fr; }



}