@media only screen and (max-width: 1500px) {
  .home .content {
    padding: 30px;
  }
  .home .content .logo {
    margin-bottom: 50px;
  }
  .home .content .logo img {
    width: 180px;
  }
  .home .content .intro {
    font-size: 25px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .home .content .information {
    font-size: 16px;
  }
}
@media (max-height: 800px) {
  .home .content .logo {
    margin-bottom: 30px;
  }
  .home .content .logo img {
    width: 150px;
  }
  .home .content .intro {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home .content .information {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home .content .logo {
    margin-bottom: 20px;
  }
  .home .content .logo img {
    width: 100px;
  }
  .home .content .intro {
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home .content .information {
    font-size: 12px;
  }
}/*# sourceMappingURL=main-responsive.css.map */