.cta-wrapper{display:flex;background-image:none !important;max-width:100vw}.graph-cta{display:flex;align-items:center;justify-content:space-around;gap:1rem;background:#f1f1f1;border-radius:12px;box-shadow:rgba(0, 0, 0, 0.25) 0px 18px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;margin:0 2rem;padding:1rem 1.5rem;width:98vw;max-width:1100px}.graph-cta .text{display:flex;justify-content:center;flex-direction:column;line-height:1.5}.graph-cta .links{display:flex;justify-content:space-evenly;gap:2rem;height:100%}.graph-cta .links a{background:white;border-radius:50%;width:70px;padding:1rem;transition:all 300ms ease;height:70px}.graph-cta .links a:hover{transform:scale(1.05)}.graph-cta .links a:hover img{transform:scale(1.1)}.graph-cta .links img{height:100%;width:100%;transition:all 200ms ease}@media (max-width:900px){.graph-cta{flex-direction:column}}