.content-with-form{height:100%;padding:0 50px;width:100%}.content-with-form .wrapper{display:grid;gap:50px;grid-template-columns:50% 50%}.content-with-form .left-section{height:100%;width:100%}.content-with-form h1{margin:0 0 50px;max-width:40%}.content-with-form h1:after{background-color:var(--header-accent);content:"";display:block;height:5px;left:0;position:relative;top:25px;width:300px}.content-with-form .right-section{height:100%;padding:50px;width:100%}.content-with-form .right-section h4{font-weight:700;margin:0 0 15px}.content-with-form .right-section .hs-input{background:#f2f2f2;border:0;border-radius:5px;padding:15px}.content-with-form .right-section .hs-button{background:#236ce7;border:2px solid #236ce7;font-weight:600}.content-with-form .right-section .hs-button:hover{background:#fff;color:#236ce7;font-weight:600}.content-with-form .right-section .hs-input::placeholder{color:#8c8c8c}@media (max-width:1024px){.content-with-form{padding:0 20px}.content-with-form .wrapper{display:block}.content-with-form h1{max-width:100%;text-align:center}.content-with-form h1:after{margin:auto;max-width:300px}.content-with-form .left-section p,.content-with-form .right-section h4{text-align:center}.content-with-form .right-section form .actions{display:flex;justify-content:center}}