/* ================================================
   Spacing between CTA and Footer
   ================================================ */

/* Add spacing before footer */
.mxd-footer {
    margin-top: 4rem;
}

/* Add spacing after CTA sections */
.mxd-section:last-of-type {
    margin-bottom: 4rem;
}

/* Specific spacing for mxd-promo sections before footer */
.mxd-promo {
    margin-bottom: 4rem;
}
