﻿h2.h2color {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #000 !important;
}
.pinfo h3 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1rem;
}
.pinfo h4 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1rem;
}
.pinfo p {
	margin-left: 2em;
}

/*-- `sm` applies to x-small devices (portrait phones, less than 576px)--*/
@media (max-width: 575.98px) {
	h2.h2color {
		font-size: 2.0rem;
		font-weight: bold;
		margin: 1em 0 0.4em 0;
		color: #000 !important;
	}
	.pinfo p {
		margin-left: 2em;
		font-size: 1.0rem;
	}
}