.background-image{background-image:url(/imgs/hero-desk.webp);background-position:50%;background-size:cover;min-height:100vh}.content{display:flex;flex-direction:column;justify-content:center;min-height:100vh}#sendButton{background-color:#a126e8;border:none;border-radius:4px;color:#fff;font-weight:700;margin-bottom:15px;margin-top:15px;padding:15px 60px}@media (max-width:1024px){.background-image{background-image:url(/imgs/hero-mobile.webp);background-position:top}#sendButton{width:75%}}@media (max-width:768px){#sendButton{width:100%}}