.contact-us-form {
  padding: 0px 0 60px;
}
.cta-infobar {
  position: relative;
  background: #f0f0f0;
  padding: 40px;
  border: 2px solid #cdced1;
  border-radius: 30px;
  z-index: 1;
}

.cta-info-content {
  display: flex;
}
.cta-info-content .cta-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
  color: var(--secondary-color);
}
.cta-content h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  color: #e46e04;
  font-weight: 700;
}

.cta-infobar.team-sidebar-cta .cta-appointment-btn {
  text-align: center;
}
.call-us {
  margin-left: 20px;
}


@media only screen and (max-width: 767px) {
  .cta-info-content .cta-content h3 {
    font-size: 30px;
  }
    .cta-content h2 {
    font-size: 35px !important;
  }
}