/* Contained CTA Banner Specific Rules 
.cta-banner.cta-banner--contained {
    width: 130rem !important;       /* Constrain the width */
    margin: 0 auto;          /* Center it */
    border-radius: 1.5rem;     /* Rounded corners */
    overflow: hidden;        /* Clip the gradient and content */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;         /* Optional: different padding */
}

*/
