main .header {
  background-image: url("/static/images/check/early_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 540px;
}
main .header .h-title,
main .header .h-sub-title {
  text-align: center;
  font-weight: bold;
}
main .header .h-title {
  font-size: 25px;
  padding: 28px 20px 0;
}
main .header .h-sub-title {
  font-size: 22px;
}
main .header .main-logo {
  text-align: center;
  padding-top: 142px;
  padding-bottom: 24px;
}
main .header .main-logo img {
  width: 200px;
  height: auto;
}
main .header .h-desc {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 84px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (min-width: 601px) {
  main .header {
    background-size: 100% 800px;
  }
  main .header .h-desc {
    margin-top: 158px;
  }
  main .header .main-logo {
    padding-top: 210px;
  }
  main .header .main-logo img {
    width: 300px;
  }
}/*# sourceMappingURL=header_section.css.map */