/* ===== Universal Section Heading Consistency Fix ===== */

.section-title .section-sub-title h5,
.section-sub-title h5 {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #c42d63 !important;
  margin-bottom: 10px !important;
}

.section-title .section-main-title h1,
.section-main-title h1 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  margin-bottom: 15px !important;
}

.section-title .section-desc p,
.section-desc p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  line-height: 1.7 !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-center {
  text-align: center;
}

/* ---- Mobile Responsive ---- */
@media (max-width: 767px) {
  .section-title .section-main-title h1,
  .section-main-title h1 {
    font-size: 26px !important;
  }
  .section-title .section-sub-title h5,
  .section-sub-title h5 {
    font-size: 13px !important;
  }
  .section-title .section-desc p,
  .section-desc p {
    font-size: 14px !important;
  }
}
