.need-help {
    padding: 52.42px 20px 19.8px 20px;
    position: relative;
    overflow: hidden;
    background: var(--blue);
}

section.need-help.red-bg {
    background: var(--red);
}

.need-help:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../../library/images/need-help-bg.png') left / cover no-repeat;
    height: 100%;
    width: 100%;
}

section.need-help.red-bg:before {
    background: url('../../../library/images/need-help-bg-red.png') left / cover no-repeat;
}

.page-hero-img+.need-help {
    padding: 72.42px 20px 19.8px 20px;
}

.need-help h2 {
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1.68px;
}

.need-help p {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.8px;
    max-width: 989.78px;
    margin: 0 auto;
    position: relative;
    z-index: 1;

}

.nh-cta {
    text-align: right;
    margin-top: -33px;
    z-index: 0;
    position: relative;
}

.nh-cta img {
    border-radius: 633.386px;
}

/* .nh-cta a {
    position: relative;
    display: block;
} */

.nh-cta a span {
    border-radius: 25px;
    border: 1px solid #B2B2B2;
    background: var(--white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: -0.581px;
    font-size: 14.522px;
    color: rgba(211, 0, 0, 0.67);
    padding: 5.82px 13.38px;
    position: absolute;
    right: 60px;
    top: 36px;
}

@media only screen and (max-width : 1200px) {
    .nh-cta {
        margin-top: 10px;
    }

    .need-help:before {
        background-size: cover;
    }
}

@media only screen and (max-width : 992px) {

    .need-help {
        padding: 33.42px 0 180px 0;
    }

    section.need-help.red-bg {
        padding: 70px 0 180px 0;
    }

    .need-help p {
        font-size: 18px;
        line-height: 19px;
    }

    .need-help:before {
        background: url('../../../library/images/need-help-bg-mobo.png') bottom / cover no-repeat;
    }

    section.need-help.red-bg:before {
        background: url('../../../library/images/need-help-bg-red-mobo.png') bottom / cover no-repeat;
    }


    .nh-cta {
        display: none;
    }
}