@media(min-width: 768px) and (max-width: 991px){
  .HaveAny_Questions .col-md-8 {
      height: auto;
  }
}
@media screen and (max-width: 767px)
  .HaveAny_Questions .col-md-8 {
      padding: 20px 25px;
  }
}