.product-innovation-section .section-header h2{
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
}
.product-innovation-section .section-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-innovation-section .section-header p {
    max-width: 849px;
    width: 100%;
}
.product-innovation-section .img-block img {
    border-radius: 10px;
}
.product-innovation-section .img-block.full-width{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.product-innovation-section .img-block.full-width img{
    width: 100%;
    border-radius: 0;
}
.product-innovation-section .section-header {
    margin-bottom: 32px;
}
.product-innovation-section .section-header.center{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.product-innovation-section .section-header.center h2{
    width: 100%;
    margin-bottom: 16px;
}
.product-innovation-section .section-header:not(.center){
    margin-bottom: 80px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
}
.product-innovation-section .section-header:not(.center) p{
    max-width: 590px;
}
@media only screen and (max-width: 1199px) {
    .product-innovation-section .section-header h2 {
        width: 35%;
    }
    .product-innovation-section .section-header:not(.center){
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .product-innovation-section .section-header:not(.center){
        margin-bottom: 50px;
    }
    .product-innovation-section h2 br,
    .product-innovation-section p br{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .product-innovation-section .section-header {
        margin-bottom: 20px;
    }
    .product-innovation-section .section-header:not(.center){
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .product-innovation-section .section-header:not(.center) {
        margin-bottom: 40px;
    }
    .product-innovation-section .section-header:not(.center)+.img-block img{
        border-radius: 0;
    }
    .product-innovation-section .section-header:not(.center)+.img-block{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .product-innovation-section .section-header h2 {
        width: 100%;
    }
}