/* Custom Styles */
/* Custom CSS for Call to Action to z-index 1 */
.block-type--cta { /* Replace .cta-class with your CTA's specific class */
    position: relative; /* Ensure the element is positioned */
    z-index: 1;
    font-size: 20px; /* Makes the font size larger */
}
