#tierp {
  font-size: 45px;
  font-family: var(--police1);
  padding: 0;
  width: 850px;
}

@media screen and (max-width:700px) {
#tierp {
    font-size:25px;
    width:300px;
} 
}