.box {
  height: 1000px;
}

#counter-section-container {
  width: 100%;
  height:240px;
  text-align: center;
  margin-top:20px;
}

#counter-box-container {
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  width:180px;
  margin: 20px;
  padding: 5px;
  float: left;
  text-align: center;
  color: #000000;
  font-family:roboto;
}

.counter {
  font-size: 50px;
  color: #000000;
}

.detalhe-conter{
	width:10px;
	height:10px;
	background:#cc9451;
	margin:auto;
	margin-top:20px;
}