
.contentRender_name_plugins_common_CTA_event_planner {
    width: 100%;
}

.panel-footer .cta-footer-links {
    width: 100%;
}

.panel-footer .cta-footer-links .CTAGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 var(--space-6);
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup {
        justify-content: space-between;
        padding: 0;
    }
}

.panel-footer .cta-footer-links .CTAGroup .cta-link {
    max-width: 295px;
}

.panel-footer .cta-footer-links .CTAGroup .cta-link h4 {
    color: var(--white);
    font-family: var(--font-body);
    font-size: var(--text-4xl);
    line-height: 2.5rem;
    font-weight: 300;
    padding: 0 var(--space-5) 15px;
}

.panel-footer .cta-footer-links .CTAGroup .cta-link p {
    font-family: var(--font-header);
    font-size: var(--text-lg);
    line-height: 1.75rem;
    font-weight: 300;
    padding: 0 0 var(--space-6);
}

.panel-footer .cta-footer-links .CTAGroup .cta-link a.cta-btn {
    display: block;
    margin: 0 auto;
    background: url('/includes/client_public/assets/shared/arrows/arrow_circle.svg') no-repeat center center;
    height: 47px;
    width: 47px;
    border-radius: 50%;
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup .cta-link.newsletter-sign-up {
        width: 25%;
        max-width: 320px;
    }

    .panel-footer .cta-footer-links .CTAGroup .cta-link.event-planner-guide {
        width: 75%;
        max-width: 480px;
    }
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup .cta-link h4 {
        font-size: 2.6rem;
        line-height: 3.1rem;
        padding: 0 55px 22px;
    }

    .panel-footer .cta-footer-links .CTAGroup .cta-link p {
        font-size: var(--text-2xl);
        line-height: var(--text-4xl);
        padding: 0 0 var(--space-6);
    }
}