html {
  font-size: 80%;
}
h1,
.h1 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 16px;
}
.statistics-item + .statistics-item {
  margin-top: 32px;
}
.only-tablet {
  display: none;
}
.only-mobile {
  display: block;
}
.no-desktop {
  display: block;
}
.no-tablet {
  display: block;
}
.no-mobile {
  display: none;
}
.error-page h1 {
  font-size: 10em;
}
