.innovation-banner-block {
    position: relative;
    color: #fff;
    text-align: center;
    background-size: cover;
    min-height: 412px;
    background-position: center;
}

.innovation-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

.innovation-banner-title {
    color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 12px;
}

.innovation-banner-title br{
    display: none;
}
.innovation-banner-subtitle {
    color: #1A1A1A;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .innovation-banner-block {
        height: 350px;
    }
    .innovation-banner-title {
        font-size: 44px;
        margin-bottom: 18px;
        
    }
    .innovation-banner-subtitle {
        font-size: 18px;
          max-width: 250px;
         width: auto;
          margin: 0 auto;
    }
    .innovation-banner-title br{
        display: block;
    }
}

@media (max-width: 767.98px) {
    .innovation-banner-block {
        height: 374px;
        background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/12/services_overview-banner_mobile.png') !important;
    }
    .innovation-banner-title {
        font-size: 40px;
        margin-bottom: 24px;
        padding: 0;
    }
    .innovation-banner-subtitle {
        font-size: 16px;
    }
}
