.cta {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.cta__container {
    color:#fff;
}

.cta__text {
    line-height: 140%;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}

.cta__button {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #fff;
}

.cta__button:hover {
    background:var(--primary-color);
    color: #fff;
}

@media (max-width:990px) {
    .cta {
        background-position: center;
    }
}