.sleek-cta {
    background: var( --e-global-color-primary);
    padding: 24px 32px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

body .sleek-cta h2 {
    color: #FFD108;
}

body .sleek-cta p {
    color: white;
}

.sleek-cta>div {
    width: 100%;
}

.sleek-cta.hidden {
    display: none;
}

@media screen and (min-width: 767px) {
    .sleek-cta>div.content {
        width: 70%;
    }
    .sleek-cta>div.btn-wrap {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
}