/**
 * Home — Practices.
 *
 * The comp set this heading's size with an inline style attribute; it lives here
 * instead so the markup stays clean and the value is editable in one place.
 */
.eti-tpl.eti-tpl--theme-home-practices-php .list-head__title {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.2;
}
