#lawyer-form{max-width:600px;margin:0 auto;padding:20px;display:flex;flex-wrap:wrap;gap:20px}#lawyer-form .form-row{display:flex;flex-wrap:wrap;gap:20px;width:100%}#lawyer-form .form-row-2-cols{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}@media (min-width:768px){#lawyer-form .form-row-2-cols>div{width:48%}}#lawyer-form label{font-size:18px;color:#1f3b57;font-weight:700;margin-bottom:5px}#lawyer-form input[type=text],#lawyer-form input[type=email],#lawyer-form select,#lawyer-form textarea{width:100%;padding:15px;margin-bottom:10px;border:1px solid #d1d3e2;border-radius:5px;font-size:16px;background-color:#f7f9fd;box-sizing:border-box;transition:all .3s ease-in-out}#lawyer-form textarea{resize:none;min-height:100px}#lawyer-form button[type=submit]{width:100%;padding:15px;background-color:#1f3b57;color:#fff;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase}#lawyer-form button[type=submit]:hover{background-color:#0f1d3a}#lawyer-form select{appearance:none;padding:15px;background-color:#f8f9fc;color:#1f3b57}@media (min-width:768px){#lawyer-form{max-width:700px}}.s-button{width:100%;text-align:center}@media (min-width:1024px){#lawyer-form .form-row-2-cols>div{width:48%}}