
/* Desktop only: keep the distance between the form fields and contact information at 46px.
   Calculation: 30px space to divider + 1px divider + 15px inner padding = 46px.
   Mobile stacked layout remains unchanged. */
@media only screen and (min-width:992px){
  .walkinto-contact-page .contact_col_left{
    width:479px!important;
  }
  .walkinto-contact-page .contact_col_right{
    margin-left:30px!important;
    padding-left:15px!important;
  }
}
