.rulesPart{
	align-items:center;
	justify-content:center;
	margin-bottom:5em;
}
.rulesPart .imgRules{
	width:35%;
}
.rulesPart .imgRules img{
	width:100%;
	display:block;
}
.rulesPart p{
	width:35%;
	padding-left:3em;
	font-size:1.2em;
	line-height:1.2em;
}
.rulesPart p strong{
	font-weight:500;
	color:white;
	background-color:#000;
	padding:.1em;
}