.contact-banner {
    margin: 0 -30px;
    background: url('/template/320adc19/images/contact-us-top-banner.png') no-repeat;
    padding: 175px 0 145px;
  background-size: cover;
  }
 .contact-banner .inner-content {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
 .contact-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 15px;
  }
 .contact-banner .inner-content h1 div {
    display: block;
  }
.contact-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: 350px;
}
 .contact-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: 700;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
  }
 .contact-banner .inner-content a:hover{
    
    text-decoration: none;
    background: #f72f00;
    color: #fff;
  }
