.bloco{
	text-align: center;
	color: #6c8d0f;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 700;
	display: table;
	vertical-align: middle;
}

.bloco div{
	background-color: #eee;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	height: 180px;
}

.bloco a{
	color: #6c8d0f;
	text-decoration: none;
	display: block;
}

.blocos h2{
	font-family: "Roboto Condensed", Arial;
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-size: calc(130% + 0.5vw);
	color: #6c8d0f;
}

.blocos ul{
	padding: 0;
    margin-left: 15px;
}

.blocos ul li{
	margin-bottom: 10px;
	list-style-position: outside;
}