section.vc_section.download-vertex-section {
    padding: 30px 0;
    background: linear-gradient(90deg, rgba(24, 114, 203, 0) 0%, #1872CB 30%, #82EAFB 70%, rgba(130, 234, 251, 0) 100%);
}
.download-vr-rt .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 10px;
}
.download-vr-lt .font-36 {
    margin-bottom: 0;
}
.download-vertext-row .download-vr-lt, .download-vertext-row .download-vr-rt {
    width: auto;
}
.vc_row.download-vertext-row {
    margin: 0 auto;
    justify-content: center;
}


.image-content-row .image-col .single-image {
    padding: 25px;
}
.image-content-section .image-content-row {
    flex-wrap: nowrap !IMPORTANT;
}
.image-content-row .image-col {
    width: 55%;
}
.image-content-row  .content-col {
    width: 45%;
}




/*
.our-team-section .team-row {
    display: grid !IMPORTANT;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.team-card > .vc_column-inner {
    padding: 20px;
}*/
.team-row .team-card {
    background: #F6F6F7;
    border-radius: 10px;
    width: 100%;
}

.team-card .team-title {
    font-size: 20px;
    font-weight: 600;
    color: #0F0F0F;
    margin-bottom: 5px;
}

.team-card .team-img {
    margin-bottom: 15px;
}
.team-card .teamp-designation {
        line-height: 1.4;
    font-size: 14px;
    color: #5D5D5D;
        margin-bottom: 10px;
}
.team-listing-shortcoard > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.team-row .team-listing-shortcoard .team-card{padding: 20px;}
.team-row ul.team-social-ul {padding: 0 !important; margin: 0 !IMPORTANT; display: flex; gap: 10px; }
ul.team-social-ul li.team-soical-li {list-style-type: none; }



@media only screen and (max-width: 1200px) {
.team-card .team-title { font-size: 17px;}

}


@media only screen and (max-width: 960px) {
.team-listing-shortcoard > .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr;}    


}

@media only screen and (max-width: 767px) {
.image-content-row .image-col {width: 100%; }
.image-content-row .content-col {width: 100%; }
.team-listing-shortcoard > .wpb_wrapper {grid-template-columns: 1fr 1fr; }
.vc_row.wel-come-row {flex-direction: column-reverse; gap: 30px; }
.vc_row.about-content-row {flex-direction: column-reverse; gap: 30px; }
}


@media only screen and (max-width: 480px) {
    .team-listing-shortcoard > .wpb_wrapper {grid-template-columns: 1fr; }
    .team-img img {width: 100%; }
}