/** * CTA **/ .section.CTA h3 { color: #006B89; text-transform: none; font-weight: 700; font-size: 36px; line-height: 40px; margin-bottom: 15px; } .section.CTA p { font-size: 15px; font-weight: 500; color: #6e6e6d; margin-bottom: 0px; } .section.CTA .row { background-color: #fff!important; border-radius: 25px!important; border: 1px solid #e7e7e7!important; padding: 50px; } @media screen and (min-width: 850px) and (max-width: 1600px) { .section.CTA .row { margin-right: 15px; margin-left: 15px; width: calc(100% - 30px)!important; background-color: #fff!important; border-radius: 25px!important; border: 1px solid #e7e7e7!important; padding: 50px; }} @media screen and (min-width: 850px) and (max-width: 3000px) { .section.CTA .row { padding-left: 50px; padding-right: 50px; }} @media screen and (min-width: 850px) and (max-width: 1000px) { .section.CTA .large-9 { max-width: 65%!important; -ms-flex-preferred-size: 65%!important; flex-basis: 65%!important; }} @media screen and (min-width: 850px) and (max-width: 1000px) { .section.CTA .large-3 { max-width: 35%!important; -ms-flex-preferred-size: 35%!important; flex-basis: 35%!important; }} @media only screen and (max-width: 48em) { /*************** ADD MOBILE ONLY CSS HERE ***************/ }