#counter{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: var(--primarycolor);
}
#counter p{
  color: var(--primarycolor);
}
#counter .numbers{
	font-size: 50px;
	font-weight: 500;
	line-height: .85;
}
@media (max-width: 1140px) {
#counter .numbers{
  font-size: 40px;
}
}
@media (max-width: 991px) {
#counter .numbers{
  font-size: 30px;
}
}