/* =CTA Block ---------------------------- */ .ys-custom-content.column .ys-cta .true-block-wrapper { padding: 40px 0 !important; } .ys-custom-content.column .boxed .ys-cta .true-block-wrapper { padding: 40px !important; } .ltr .ys-cta .content { float: left; } .rtl .ys-cta .content { float: right; } .ys-cta h2 { margin-bottom: 0; font-size: 1.375em; line-height: 40px; color: #888; } .ys-cta .text { color: #A3A3A3; } .ys-cta .button { padding: 0 46px; } .ltr .ys-cta .button { float: right; } .rtl .ys-cta .button { float: left; } /* Mobile */ @media (max-width: 766px) { .ys-cta .button { margin-top: 20px; } }