.ww-cta-two {
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.ww-cta-two::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1c1c1c;
    opacity: 0.75;
}

.ww-cta-two__content{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
} 

.ww-cta-two__content h2,
.ww-cta-two__content p{
    color: #fff;
}

