@charset "UTF-8";

.number, .round{
	margin:20px;
	text-align: left;
}

.number li{
	list-style-type:decimal !important;
	font-size:15px;
	font-weight:bold;
}

.round li{
	list-style-type: circle!important;
	font-size:15px;
	font-weight:bold;
}

.red{
	font-weight:bold;
	color:#ff0000!important;
}

h2 img{
	width:300px;
}

h3{
	margin:10px 0!important;
}

@media screen and (max-width: 768px){
	.number, .round{
		margin:20px 40px;
	}

}
/* CSS Document */

