@media screen and (max-width: 768px) {
}

p {
	font-size: calc( 32 / var(--root-font-size) * 1rem );
}