.cta {
    position: relative;
    z-index: 1;
}

.cta__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, #141414 0%, #383737 100%);
    opacity: 0.75;
}

.cta__wrapper {
    margin: 0 auto;
    max-width: 880px;
}
