

@media only screen and (max-width: 500px){
  .contact-advisor{
    height: 982px !important;
 }
 #edit2{
  height: 700px !important;
}
}

@media only screen and (max-width: 375px){
    .contact-advisor{
      height: 1060px !important; 
  }
    #edit2{
      height: 700px !important;
    }
}