.content-section.we-can-help-section:before {
    content: '';
    background-color: rgb(192 31 37);
    position: absolute;
   right: -100vw;
    top: 0;
    width: 150vw;
    height: 100%;
    transform: skewX(-19deg);
}