.hero-type-business.hero-wrap-03 .hero-copy{
  position:absolute !important;
  inset:0 !important;
  z-index:5 !important;
  pointer-events:none !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  text-align:center !important;
  padding:24px 18px 17% !important;
}

.hero-type-business.hero-wrap-03 .hero-copy-inner{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
}

.hero-type-business.hero-wrap-03 .hero-main{
  margin:0 !important;
  color:#d9a441 !important;
  font-size:40px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  letter-spacing:-0.05em !important;
  text-shadow:
    0 4px 18px rgba(0,0,0,.26) !important,
    0 12px 34px rgba(0,0,0,.18) !important;
  word-break:keep-all !important;
}

@media (max-width:768px){
  .hero-type-business.hero-wrap-03 .hero-copy{
    padding:18px 14px 15% !important;
  }
  .hero-type-business.hero-wrap-03 .hero-main{
    font-size:24px !important;
    line-height:1.24 !important;
  }
}

@media (max-width:560px){
  .hero-type-business.hero-wrap-03 .hero-copy{
    padding:14px 12px 14% !important;
  }
  .hero-type-business.hero-wrap-03 .hero-main{
    font-size:21px !important;
    line-height:1.26 !important;
  }
}