body {
    font-family: 'Times New Roman', serif;
}
h1, .h1 {
  font-weight: bold;
  font-size: 1.2rem;
}

h2, .h2 {
font-weight: bold;
  font-size: 1rem;
}
#main {
	margin: auto;
	max-width: 1200px;
	font-size: 14px;
	padding:50px;
	text-align: justify;

}
.sublist {
	list-style-type: none;
	counter-reset: item;
	padding-left: 0;
	margin-left: -22px;
}
.sublist li {
	display: block;

}
.sublist li:before {
	counter-increment: item;
	content: '12.1.' counters(item, '.') '. ';
}	
a {
	color: #000000;
}

@media screen and (max-device-width: 480px),
		screen and (max-width: 480px) {

			.mobile-pad {
				padding:10px !important;
			}
}			