/*Counter*/

.counter-title {
  font-family: Counter-Title;
  text-decoration: none;
  font-size: 48px;
  color: #333333;
  letter-spacing: 2px;
  line-height: normal;
}

.counter-subtitle {
  font-family: Font-Regular;
  text-decoration: none;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0px;
  line-height: normal;
}

.counter-text {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0px;
  line-height: normal;
}

/**************************************** Mediascreen ****************************************/

@media screen and (max-width: 1124px) {

/**************************************** Mediascreen ****************************************/

/*Counter*/

.counter-title {
  font-family: Counter-Title;
  text-decoration: none;
  font-size: 24px;
  color: #333333;
  letter-spacing: 2px;
  line-height: normal;
}

.counter-subtitle {
  font-family: Font-Regular;
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0px;
  line-height: normal;
}

.counter-text {
  font-family: Font-Light;
  text-decoration: none;
  font-size: 10px;
  color: #333333;
  letter-spacing: 0px;
  line-height: normal;
}

}