.wework-form{max-width:600px}.wework-form h2{font-size:32px;font-weight:500;margin-bottom:5px}.wework-form p{color:#555;margin-bottom:5px}.wework-form .form-row{display:flex;gap:15px;margin-bottom:5px}.wework-form .half{width:50%}.wework-form .full{width:100%;margin-top:10px}.wework-form input{width:100%;padding:14px;border:1px solid #ccc;border-radius:6px;font-size:14px;background:#fff}.wework-form input:focus{border-color:#000;outline:none}.wework-form input[type="submit"]{background:#000;color:#fff;border-radius:6px;font-weight:500;cursor:pointer;transition:0.3s}@media (max-width:767px){.wework-form .form-row{flex-direction:column}.wework-form .half{width:100%}}