.cta-banner .cta{background:#001624;border-radius:30px;display:grid;grid-template-columns:50% 50%;margin:20px 0;max-height:300px;max-width:800px;min-height:300px;overflow:hidden;width:100%}@media screen and (max-width:768px){.cta-banner .cta{grid-template-columns:repeat(1,1fr)}}.cta-banner .cta .cta__texto{align-items:center;color:#fff;display:flex;justify-content:center;padding:40px}.cta-banner .cta .cta__texto p{color:#fff}.cta-banner .cta .cta__img img{height:100%!important;object-fit:cover;width:100%}@media screen and (max-width:768px){.cta-banner .cta .cta__img img{height:auto!important}}.cta-banner .cta a{background:#fff;border-radius:20px;color:#000;display:flex;font-weight:700;justify-content:center;padding:12px;text-decoration:none;width:100%}