.cta{display:grid;grid-template-columns:1fr 1fr;width:calc(var(--content-width)) !important;margin-inline:auto;margin-block:5rem;padding:3rem 5rem;box-sizing:border-box;}.cta-text{display:flex;flex-direction:column;gap:1rem;}.cta-text>h2{font-size:35px;}.cta-text>p{font-size:25px;}.cta-button{display:flex;justify-content:flex-end;align-items:center;}.cta-mobile{display:none;}@media screen and (max-width:900px){.cta{grid-template-columns:1fr;grid-template-rows:auto auto;gap:2rem;padding:2rem;}.cta-button{justify-content:center;width:100%;}.cta-button .button{width:50%;}}@media screen and (max-width:700px){.cta{margin-block:2rem;}.cta-button .button{width:100%;}}