
.counter {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
  width: 29%;
  }
.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  }
.count-text {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  }
.count-action {
  font-size: 2.4rem;
  margin-bottom: 0;
  text-align: center;
}
.long-title {
  line-height:1.2em;
}
.short-title {
  padding-top: 8px;
}
.short-title-text {
  margin-top: 14px;
}


@media (max-width: 550px) {
  
  .counter__wrapper {
	text-align: center;
  }
  .counter__wrapper div {
	display: block;
	margin: 0 auto;
  }
  .
  
}