/* common styles for fs75 and fs75/s */
.wst-font-size-75 {
	font-size: 75%;
	line-height: 105%;
	padding: 0.4em 0;
}

/* force paragraphs wrapped within this div class to inherit font size and line height */
.wst-font-size-75 > p {
	font-size: inherit;
	line-height: inherit;
}