.contact-from{width:90%;height:-moz-fit-content;height:fit-content;display:flex;margin:0 auto;border:.5px solid #ccc;border-radius:5px;padding:10px}.get-in-touch{background:#9089fc;width:40%}.form{width:60%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.form form{width:80%}.form form .form-group{width:100%;margin-bottom:20px}.form form .form-group input{width:100%;height:50px;border:1px solid #ccc;border-radius:5px;padding:0 10px}.form form .form-group input:active{outline:none}.form form .form-group textarea{width:100%;height:100px;border:1px solid #ccc;border-radius:5px;padding:10px}.form form .form-group button{width:100%;height:40px;border:1px solid #ccc;border-radius:5px;background:#fff;color:#000;font-weight:600;cursor:pointer;transition:all .3s ease}.form form .form-group button:hover{background:#9089fc;color:#fff}@media (max-width:768px){.contact-from{flex-direction:column;margin-bottom:2rem}.get-in-touch{padding:1.5rem;margin-bottom:20px}.form,.get-in-touch{width:100%;height:-moz-fit-content;height:fit-content}}