ol.numbered {
  list-style-type: decimal;
  margin-left:60px;
  padding-left: 0.5rem;
}
ol.letters {
  list-style-type: lower-alpha;
  margin-left:5px;
  padding-left: 0.5rem;
}
ol.numbered li::marker{
  font-weight: bold;
  font-size: inherit;
}
ol.letters li::marker {
  font-weight: normal;
  font-size: inherit;
}  
.section-title {
  font-weight: bold;
}

@media screen and (max-width: 900px) {	
	.textMain h2{
		font-size:20px;
		line-height:24px;
	}
	.textMain h3{
		font-size:18px;
		line-height:22px;
	}
	ol.numbered {
		margin-left: 10px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.textMain h2{
		font-size:16px;
		line-height:20px;
	}
	.textMain h3{
		font-size:14px;
		line-height:18px;
	}
	ol.numbered {
		margin-left: 24px;
		font-size: 14px;
		line-height: 20px;
	}
}