.cta-block {
    .heading {
        margin-bottom: 0;

        .text-overlay {
            line-height: 0.8;

            @include breakpointMax(lg) {
                font-size: 150px;
            }
        }
    }
}

.cta-text {
    .heading + .btn-wrap {
        margin-top: 1.5rem;
    }
}
