.h2 {
	font-family: Times new Roman;
	font-size: 27px;
	font-weight: 1000;
	color: #9900ff;
	margin-top: -4px;
	margin-bottom: -26px;
}
@media screen and (max-width: 768px) {
	.h2 {
		font-size: 22px;
		margin-top: -3px;
		margin-bottom: -22px;
	}
}
