/* Start custom CSS for text-editor, class: .elementor-element-ca739b7 *//* Reduce H2 font size */
h2 {
  font-size: 24px; /* Adjust as needed */
  font-weight: 600;
  line-height: 1.3;
}

/* Reduce H3 font size */
h3 {
  font-size: 20px; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive tweaks for mobile */
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}/* End custom CSS */