.infoText {
	text-align: justify !important;
	line-height: 150% !important;
	text-justify: inter-word !important;
	white-space: pre-wrap !important;
	overflow-wrap: anywhere;
}

.indexIcon {
	height: 15rem;
	max-width: 25rem;
	object-fit: contain;
}

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

	.indexIcon {
		width: 100% !important;
	}

	.pageHeading{
		font-size: 2.7em !important;
	}

}