.treatment-section .section-body-text{
   color: #50556C !important;
}

.treatment-section .treatment-img img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}

/* ---- HEADING CONTENT ---- */
.heading-content h2 {
  color: #041B35;
  font-size: 48px;
}
.heading-content p {
  color: #050C2D;
}

/* ---- TREATMENT SECTION ---- */
.treatment-content {
  padding: 20px 0;
}
.treatment-content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.treatment-content p {
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 100%;
}
.custom-btn {
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
}
