@charset "utf-8";
/* CSS Document */

.home_banner_title h1 {
  font-size: 58px;
  line-height: 48px;
  text-align: left;
  right: -165px;
}

@media (max-width: 1100px) {
.home_banner_title h1 {
  font-size: 42px;
  line-height: 38px;
  right: -125px;
}
}
@media (max-width: 800px) {
.home_banner_title h1 {
  font-size: 40px;
  line-height: 33px;
  text-align: right;
  right: 0;
  max-width: 375px;
  float: right;
  top: -30px;
}
.home_banner_section {
  padding: 0 0 10px;
}
}