.at-ctaFooter__contentContainer {
    padding: 3rem;
    text-align: center;
    background-color: var(--primaryColor);
}

.at-ctaFooter__title,
.at-ctaFooter__description {
    padding-top: 0;
    color: #fff;
}

.at-ctaFooter__button {
    margin: 0;
    color: #000;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .at-ctaFooter__contentContainer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .at-ctaFooter__intro {
        width: 65%;
        margin-bottom: 0;
    }
}
