.callout{align-items:center;border-radius:5px;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;padding:28px;text-align:center}.callout h2,.callout h3{font-size:1.25rem;font-weight:700}.callout .callout__cta{display:flex;flex-grow:1;flex-wrap:wrap;gap:1rem}a.callout__custom-link{background-color:var(--color-brand-blue,#2f8baa);border:2px solid var(--color-brand-blue,#2f8baa);border-radius:50px;color:#fff;font-weight:700;letter-spacing:.15em;padding:10px 30px;text-align:center;text-decoration:none;text-transform:uppercase}a.callout__custom-link:hover{background-color:#fff;color:var(--color-brand-blue,#2f8baa);transition:background-color .15s ease}@media (min-width:1024px){.callout{flex-direction:row;justify-content:space-between;padding:30px 60px;text-align:left}.callout .callout__text{flex-grow:1}.callout .callout__cta{flex-grow:0;flex-shrink:0;text-align:right}}