.innovationHero {
    position: relative;
    height: 850px;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/innovationHero.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: -2;
}

.innovationHero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: -1;
}

.innovationHero div {
    font-size: 68px;
    /* max-width: 75%; */
    margin: 0 auto;
    line-height: 66px;
    font-weight: 500;
    z-index: 0;
}

.blogPicSection {
    /* position: relative; */
    height: 850px;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/innovationHero.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}


.innovationContainer {
    padding-top: 50px;
}
.innovationContainer h2 {
    text-align: start;
    /* font-size: 34px;
    margin-bottom: 35px; */
}

.innovationContainer p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.innovationContainer ul {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.innovationContainer video {
    margin: 50px 0;
}

.innovationContainer img {
    padding: 85px 0;
}

.press-release {
    /* max-width: 800px; */
    margin: 50px auto;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.press-release h1, h2 {
    color: #333;
}
.press-release .blockquote {
    text-align: center;
    font-style: italic;
}
.meta {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.contact {
    margin-top: 20px;
    padding: 15px;
    background: #e9ecef;
    border-left: 4px solid var(--primary-color);
    border-radius: 5px;
}
.contact a {
    color: #007bff;
    text-decoration: none;
}
.contact a:hover {
    text-decoration: underline;
}

@media (max-width: 1599px) {
    .innovationContainer p  {
        font-size: 20px;
    }
    .innovationContainer ul {
        font-size: 20px;
    }
}

/* 992-1199 */
@media (max-width: 1199px) {
    .innovationHero {
        height: 400px;
    }

}

/* 768-991 */
@media (max-width: 991px) {

}

/* 576-767 */
@media (max-width: 767px) {
    .innovationContainer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .innovationContainer video {
        margin: 20px 0;
    }

    .blogPicSection {
        /* position: relative; */
        height: 350px;
    }

    .press-release {
        box-shadow: none;
        padding: 0;
    }
}

/* 320-575 */
@media (max-width: 575px) {
    .innovationHero {
        /* height: 200px;
        padding-top: 40px; */
        height: 280px;
        padding-top: 80px;
    }
    .innovationHero h1 {
        font-size: 20px;
    
    }
    .innovationHero p {
        font-size: 18px;    
    }

    .blogPicSection {
        margin: 0 !important;
    }
    /* .innovationContainer h2 {
        font-size: 24px;
        margin-bottom: 10px;
    } */
    .innovationContainer p {
        font-size: 16px;
        line-height: 1.5;
    }
    .innovationContainer ul {
        font-size: 16px;
        line-height: 26px;
    }

    .press-release h1 {
        font-size: 24px;
    }

    .press-release h2,
    .contact h4 {
        font-size: 22px;
    }

    b, strong {
        font-weight: 500;
    }

    .contact h4 ~ p {
        margin: 0 0 5px;
    }

}