/* WCAG - h4 to h3 heading hierarchy fix */
	.zredefine h3 {
		font-family: var(--zf-primary-extrabold);
		font-size: 50px;
		max-width: 680px;
		margin: 0 auto 30px;
		line-height: 1.2;
	}

	@media only screen and (max-width:1140px) {
		.zredefine h3 {
			font-size: 40px;
		}
	}

	@media only screen and (max-width:600px) {
		.zredefine h3 {
			font-size: 36px;
		}
	}

	@media only screen and (max-width:480px) {
		.zredefine h3 {
			font-size: 28px;
		}
	}