@charset "UTF-8";

/**
 * These styles for CTA Banner layouts
 */

.cta-headline{ font-weight:300; text-transform:uppercase; }
 
 @media only screen and (min-width:992px){
		.cta-entry{ display:flex; align-items:center; justify-content:space-between; column-gap:10px; }
    .title-wrap{ flex:auto; }
    .cta-title{ margin-bottom:0px; }

		.cta-entry.center{ justify-content: center; column-gap:30px;}
		.cta-entry.center .title-wrap{ flex:unset; display:inline-block; }
 
 }