.profile-quote {
	margin: 0;
	padding: 0;
}

p.profile-quote__p {
	margin: 0;
	padding: 0;
	color: var(--cryomate-teal, #20504E);
/* 	font-weight: 450 !important; */
	text-align: left;
}

/* ~ Mobile ~ */
@media (max-width: 599px) {
	p.profile-quote__p {
		max-width: 98%;
/* 		max-width: calc(349 / var(--design-vw-sm, 390) * 100%); */
/* 		font-size: 20px !important;
		line-height: 27px !important; */
	}
}

/* ~ Tablet ~ */
@media (min-width: 600px) and (max-width: 899px) {
	p.profile-quote__p {
		max-width: clamp(78%, calc(528 / var(--design-vw-lg) * 100%), 90%);
/* 		font-size: 32px !important;
		line-height: 1.1 !important; */
	}
}


/* ~ DESKTOP ~ */
@media (min-width: 900px) {
	p.profile-quote__p {
		max-width: clamp(78%, calc(528 / var(--design-vw-lg) * 100%), 90%);
/* 		font-size: 32px !important;
		line-height: 1.1 !important; */
	}
}

/* ~ BIG ~ */
/* @media (min-width: 1100px) {
	p.profile-quote__p {
		font-size: 38px !important;
	}
} */
