.industries_row{
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: center !important;
}
.industries_col {
    max-width: 410px;
    width: 100%;
}
.theme-logo-parent img {
    height: auto !important;
}
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-inline-size: 300px !important;
    max-block-size: 300px !important;
}

@media screen and (max-width: 767px) {
.industries_row{
    flex-wrap:wrap;
}
    .zscustom-banner-img img {
    height: auto !important;
}
        [class*=zpimage-size].zpimage-mobile-fallback-original figure img {
        width: 100% !important;
    }
}