.doctor-seo-page {
  line-height: 1.75;
}
.doctor-seo-page h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  line-height: 1.3;
}
.doctor-seo-page h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  line-height: 1.35;
}
.doctor-seo-page p {
  margin-bottom: 18px;
}
.doctor-cta-wrap {
  text-align: center;
  margin: 36px 0 12px;
}
.doctor-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 8px;
  background: #1f6f68;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.doctor-cta-btn:hover,
.doctor-cta-btn:focus {
  color: #fff !important;
  opacity: .95;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.doctor-cta-note {
  text-align: center;
  margin-top: 10px;
}
.doctor-faqs {
  margin-top: 34px;
}
.doctor-faq-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.doctor-faq-item:first-of-type {
  border-top: 1px solid rgba(0,0,0,.10);
}
