.exsited-really {
  background: url('/template/85b5ce5e/images/exsited-really-for-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 165px;
}
.exsited-really .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.exsited-really .inner-content .left-content {
  width: 50%;
  padding: 0 200px 0 0;
}
.exsited-really .inner-content .right-content {
  width: 50%;
  text-align: right;
  max-height: 440px;
  overflow: hidden;
}
.exsited-really .inner-content .left-content .title-text {
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -0.01em;
  max-width: 400px;
}
.exsited-really .inner-content .left-content .sub-title-text {
  font-family: Biotif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
}
.exsited-really .inner-content .left-content .sub-title-text:last-of-type {
  margin:0;
}
.exsited-really .inner-content .left-content a {
  border-radius: 10px;
  display: inline-block;
  color: #000;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 240px;
  margin: 40px 0 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  background: #FFBE63;
}
.exsited-really .inner-content .left-content a:hover{
  background: #F87252;
  color: #fff;
}
