.cta2-content {
    position: relative;
    z-index: 1;
}

.cta2-content h2 {
    margin-bottom: 24px;
}

.cta2-overlay {
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}