/* Main text element on homepage */
.profile {
	text-align: center;
}
.profile h3 {
	color: var(--color-primary);
	/*font-size: var(--step-3);*/
	line-height: 1.2;
}
/*
.profile p {
	font-size: var(--step-2);
}
*/