.cta {
    position: relative;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-bg:after {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);
}

.cta-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.cta .wrapper {
    position: relative;
    z-index: 20;
}

.cta .text-before-title,
.cta .section-title {
    color: #fff;
    width: 560px;
    max-width: 100%;
}

.cta .section-title {
    margin-bottom: 20px;
}

.cta .text-before-title {
    margin-bottom: 48px;
}

.cta-btns {
    display: flex;
    gap: 20px;
}

.cta-btns a {
    width: 280px;
    max-width: 100%;
    font-weight: bold;
}