.home-banner {
  background: url('/template/1c00245a/images/home-banner-bg.png') no-repeat;
    background-size: auto;
  background-size: cover;
  padding: 145px 0 230px;
}
.home-banner .title-content{
  max-width: 1400px;
  margin: 0 auto;
}
.home-banner .title-content h1{
  margin: 0;
  padding: 0;
  max-width: 670px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 86px;
  line-height: 109px;
  letter-spacing: 0;
  color: #fff;
}
.home-banner .image-content{
  margin-top: -250px;
  margin-bottom: -368px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  z-index: 1;
  max-width: 1240px;
  max-height: 585px;
  position: relative;
  overflow: hidden;
}
.home-banner .image-content img{
  width: 100%;
  height: 100%;
}
