.about-banner-heading {
    font-size: 2.9vw;
    line-height: 1.2;
    font-weight: 500;
}
.stats-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.stats-grid {
    background-color: #ffffffc9;
    padding: 10px;
    border-radius: 14px;
}
.stats-row {
    border-right: 1px solid #eee;
}
.no-border {
    border: none;
}
p.main-banner-subtitle {
    font-size: 1.2vw !important;
    line-height: 1.4;
}
.full-width-grid {
    gap: 20px;
}
.mission-img img {
    width: 54px;
    height: 50px;
    object-fit: cover;
    background-color: #fde7e8;
    border-radius: 14px;
}
.locations-grid {
    gap: 20px;
}
.location-col .eb-row-root-container {
    min-height: 205px;
}
.flag-banner .eb-row-root-container {
    min-height: auto !important;
}
.stats-img {
    display: none;
}
.mission-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.advance-technologies-grid-col {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.advanced-technologies-grid {
    gap: 20px;
}
.driving-cards-row {
    border-left: 2px solid #ed321f;
    border-radius: 14px;
    padding: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.driving-card-img img {
    background-color: #fde7e8;
    border-radius: 15px;
    padding: 10px;
    height: 50px;
    width: 54px !important;
     object-fit: cover;
}
.advance-technologies-grid-col img {
    background-color: #fde7e8;
    border-radius: 7px;
    padding: 6px;
    height: 50px;
    width: 54px;
    object-fit: cover;
}
.trophy img {
    width: 200px;
    text-align: center !important;
}
.mission-card {
    min-height: 324px;
}
img.wp-image-104843 {
    height: 541px;
    width: 100%;
    object-fit: cover;
}
@media (min-width:1300px) and (max-width:1500px) {
.mission-card {
    min-height: auto;
}
img.wp-image-104843 {
    height: auto;
    width: 100%;
    object-fit: cover;
}
}
@media (min-width:1200px) and (max-width:1300px) {
.industries-app-futura-col .eb-parent-wrapper {
    min-height: 260px !important;
}
p.client-review-paragraph {
    min-height: 217px !important;
}
}

@media (min-width:320px) and (max-width:767px) {
    .about-banner-heading {
    font-size: 6.9vw;
    line-height: 1.2;
}
.stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.advanced-technologies-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
}