@charset "UTF-8";
.secondary-heading{
	margin-bottom: 2.5em;
	font-size: clamp(1.8rem, 2.6vw, 2.6rem);
	font-weight: 400;
	line-height: 1.3;
	flex-direction: column;
	justify-content: center;
	em{
		font-style: normal;
		font-size: 200%;
	}
}