.mb-about-us-cta-container {
    padding: 80px 0 100px;
}

.mb-about-us-cta-content {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.mb-about-us-cta-content h2.head-text {
    color: #fff;
    margin: 0 0 15px;
}

.mb-about-us-cta-content p {
    color: #fff;
    margin-bottom: 25px;
    padding: 0;
}

.mb-about-us-cta-content a.join-btn {
  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;
}
.mb-about-us-cta-content a.join-btn:hover{
  text-decoration: none;
  background: #f72f00;
  color: #fff;
  
}

section.mb-about-us-cta-area {
    background: url("/template/320adc19/images/cta-bg-mb.png");
    margin: 0 -30px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.mb-about-us-cta-area p.free-trial {
  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: 25px 0 0;
  color: rgba(255,255,255,0.9);
}
