.footer-cta-white {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #1a1a1a !important;
    line-height: 1.6 !important;
    border: solid 1px #fff;
}

.footer-cta-green {
    background-color: rgb(110 236 158 / var(--tw-bg-opacity, 1)) !important;
    border-color: rgb(110 236 158 / var(--tw-bg-opacity, 1)) !important;
    color: #1a1a1a !important;
}

.footer-cta-white *,
.footer-cta-green * {
    color: #1a1a1a !important;
}

.footer-cta-white::after,
.footer-cta-green::after {
    background-color: #1a1a1a !important;
}

.footer-cta-white:hover,
.footer-cta-green:hover {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

.footer-cta-white:hover *,
.footer-cta-green:hover * {
    color: #ffffff !important;
}

.footer-cta-white:hover::after,
.footer-cta-green:hover::after {
    background-color: #ffffff !important;
}

.footer-cta-white,
.footer-cta-green {
    max-width: 100% !important;
}

@media (min-width: 984px) {
    .footer-cta-white,
    .footer-cta-green {
        max-width: 400px !important;
    }
}
