div#section-main-content {
    display: none;
}
div#section-header.pte-2::before, div#section-header.pte-2::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 135%;
    background-image: linear-gradient(to right, rgba(8, 38, 77, 0.7), rgba(50, 166, 173, 0.7));
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    pointer-events: none;
    overflow: hidden;
}
@media screen and (min-width: 992px){
.sticky-wrapper {
    position: absolute;
    width: 100%;
    background:transparent;
    right: 0;
    left: 0;
    background: unset;
}
}
@media screen and (max-width: 991px){
.sticky-wrapper {background: #fcbf00;}
div#section-header.pte-2::before, div#section-header.pte-2::after {
    background-image: linear-gradient(to right, rgba(8, 38, 77, 1), rgba(50, 166, 173, 1));
   }
}