/**  Intro Paragraph styles  **/
.intro-para {
	/*font-size: 28px;
	font-size: clamp(2.2rem, 1.8752rem + 0.9vw, 2.8rem); /* 22px, 360px - 1020px, 28px */
	/*font-weight: 300;
	margin-bottom: 28.8px;
	line-height: 1.4;*/

	font-family: var(--global--font);
	font-size: 40px;
	font-size: clamp(2.6rem, 3.55vw, 4rem);
	font-weight: 300;
	line-height: 1.35;
	margin-bottom: 1em;
	max-width: 1000px;
}
