#wrap {
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 10px solid #B82C2C;
  border-bottom: 10px solid #B82C2C;
}

.teaser {
  padding: 50px 0;
}
.teaser h1 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 40px auto;
}
.teaser h1 img {
  width: 100%;
}
.teaser p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .teaser p {
    font-size: 1.5rem;
    text-align: center;
  }
}
.teaser p:not(:last-child) {
  margin-bottom: 20px;
}
.teaser p span {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .teaser p span {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 920px) {
  .teaser p span {
    font-size: 2rem;
  }
}