@media (max-width: 1000px) {
  body {
    max-width: 400px!important;
  }
  .phone-link {
      padding-top: 18px;
  }
  .submit-phone-button {
      line-height: 20px;
  }
  .submit-phone-button > a, .submit-phone-button > a > span, .submit-phone-button > a > span > span {
      font-size: 14px;
      line-height: 0;
  }
  .breadcrumb{
      margin-top: 12px!important;
  }
  main{
      margin-top: 0!important;;
  }
}