
.feature-bottom-cta {
  margin: 0 -30px;
  background: url('/template/320adc19/images/feature-cta-bg.png') no-repeat;
  padding: 73px 0;
  background-size: cover;
}
.feature-bottom-cta .full-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-bottom-cta .full-content h2 {
  font-family: 'ITC Avant Garde Gothic Std';
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}
.feature-bottom-cta .full-content h2 div{
  display: block;
}
.feature-bottom-cta .full-content p{
  
  font-family: ITC Avant Garde Gothic Std;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  color: rgba(255,255,255,0.9);
}
.feature-bottom-cta .full-content a{
  
  text-decoration: none;
  color: #fff;
  background: #FE5C36;
  border-radius: 60px;
  max-width: 209px;
  height: 45px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  transition: all 300ms ease-out 0s;
  margin: 0 auto;
  font-family: ITC Avant Garde Gothic Std;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.01em;
}
.feature-bottom-cta .full-content a:hover{
  
  text-decoration: none;
  background: #f72f00;
  color: #fff;
}
