.about-banner {
  margin: 0 -30px;
  background: url('/template/320adc19/images/about-top-banner-bg.png') no-repeat;
  padding: 95px 0 120px;
  background-size: cover;
}
.about-banner .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.about-banner .inner-content h1 {
  display: inline-block;
  color: #fff;
  font-family: 'ITC Avant Garde Gothic Std';
  font-size: 47px;
  font-weight: 500;
  line-height: 62px;
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  max-width: 620px;
}
.about-banner .inner-content h1 div {
  display: block;
}
.about-banner .inner-content p {
  font-family: 'ITC Avant Garde Gothic Std';
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
  max-width: 615px;
}
.about-banner .inner-content a {
  text-decoration: none;
  margin: 0;
  color: #fff;
  background: #FE5C36;
  border-radius: 60px;
  max-width: 255px;
  height: 45px;
  display: block;
  width: 100%;
  transition: all 300ms ease-out 0s;
  font-family: 'ITC Avant Garde Gothic Std';
  padding: 11px 10px;
  font-size: 17px;
  font-weight:500;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: center;
}
.about-banner .inner-content a:hover{
  
  text-decoration: none;
  background: #f72f00;
  color: #fff;
}
