.text-block-content p {
	margin-bottom: 20px;
	color: var(--Colour-Black, #333);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.text-block-content p:last-child {
	margin-bottom: 0;
}

.text-block-content br {
	display: block;
	margin-top: 16px;
	content: '';
}

.text-block-content h3 {
	color: var(--Colour-Green-800, #25673D);
	font-family: Mulish;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	margin-bottom: 12px;
}
