@media (max-width: 1200px) {
  .http-error h1 {
    font-size: 200px;
    top: 0;
  }

  .http-error img {
    max-width: 265px;
  }
}

@media (max-width: 992px) {
  .http-error h1 {
    font-size: 150px;
    top: 0;
  }

  .http-error img {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .http-error h1 {
    font-size: 30vw;
  }

  .http-error img {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1170px) {
  .lease-img {
    margin-top: 40px;
  }
  .social img {
    width: 41px;
  }
}

@media (min-width: 1px) {
  .navbar-toggle {
    display: block !important;
  }
}