/* Heading-hierarchy fix, 2026-09-20.
   The homepage hero's second and third lines were <h1>; they are now <h2> so the page
   has exactly one <h1> ("Relieve Pain With Acupuncture"). Divi styles h1 and h2 inside
   .et_pb_text_3 differently, so .awc-h1-legacy restores the former <h1> rendering
   byte-for-byte — this file changes no pixels, only the document outline. */
.et_pb_text_3 h2.awc-h1-legacy {
	font-family: 'avenir-light', Georgia, "Times New Roman", serif;
	font-weight: 500;
	font-size: 45px;
	color: #5E5683 !important;
	line-height: 1.1em;
	text-align: center;
	text-shadow: none;
}

@media only screen and (max-width: 980px) {
	.et_pb_text_3 h2.awc-h1-legacy { font-size: 29px; }
}

@media only screen and (max-width: 767px) {
	.et_pb_text_3 h2.awc-h1-legacy { font-size: 29px; }
}
