p {
	line-height: 1.75;

	strong {
		font-weight: 600;
		font-variation-settings: 'wght' 600;
	}
}

/* strong, b {

} */

* + h3 {
	margin-top: 3em;
}
h3 + h4 {
	margin-top:1em;
}

h4 {
	margin-bottom: 1em;
}
* + h4 {
	margin-top: 3em;
}

._center-text {
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}