main section article > p:first-of-type {
	width: 50%;
	text-align: left;
	margin: 20px 0 30px;

}
main section article > p {
	width: 100%;
	text-align: left;
	margin: 20px auto 30px;
	display: block;
	color: #333;
}
main section article > ul {
	margin: 0;
	padding: 0;
}	
main section article > ul li {
	margin: 1% 0;
	padding: 0.5% 0 0.5% 75px;
	color: #333;
}
main section article > ul:first-of-type li {
    margin: 0.5% 0;
    padding: 9px 0px 8px 30px;
    color: #333;
    position: relative;
}
main section article > ul:last-of-type {
	display: block;
	text-align: left;
}
main section article > ul:last-of-type li {
	padding: 5px 0 0 50px;
    background-image: url('../imgs/globo.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 42%;
    /* float: left; */
    margin: 0 1.5% 0;
    height: 300px;
    display: inline-block;
    min-width: 265px;
    vertical-align: top;
}

main section article > ul:last-of-type li{
	height: auto
}
main section article > ul:last-of-type li.ultima{
	height: 75px;
}
main section article > ul:last-of-type li p{
	text-align: left;
}
main section article > ul:last-of-type li h3 {
	margin: 9px 0 6px 0px;
	text-align: left;
}
main section article > ul:last-of-type li:nth-of-type(2n +1) {
	clear: both;
}
/*alterações tamanho */
/*
main section article > ul:last-of-type li:nth-of-type(1),
main section article > ul:last-of-type li:nth-of-type(2),
main section article > ul:last-of-type li:nth-of-type(3){
	height: 205px;
}
main section article > ul:last-of-type li:nth-of-type(7),
main section article > ul:last-of-type li:nth-of-type(8),
main section article > ul:last-of-type li:nth-of-type(9){
	height: 200px;
}
main section article > ul:last-of-type li:nth-of-type(10){
	height: 150px;
}*/
span {
	padding: 0.5%;
	display: block;
	border-radius: 51px;
	width: 18px;
	/* border: 1px solid #666; */
	text-align: center;
	/* background-color: #666; */
	color: red;
	position: absolute;
	left: 0;
	top: 0;
}