#prize {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://whrm.kunden-freude.de/bgpc.webp');
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  left: -3%;
}

.title-mob {
  display: none;
}

@media (max-width: 992px) {
  #prize {
    position: static;
    top: 0;
    left: 0;
    background-image: none;
    width: 100vw;
    transform: translate(-12px, 0);
    background-size: cover;
    background-position: 10%;
    background-repeat: no-repeat;
    height: auto;
  }
  .quiz {
    margin-top: -20px;
  }
  .title-mob {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: absolute;
    right: 6px;
    top: 27vw;
  }
  .title-mob p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 110%;
  }
  .title-mob h1 {
    line-height: 100%;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
  }
}
@media (max-width: 414px) {
  .title-mob p {
    color: #fff;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 110%;
  }
  .title-mob h1 {
    line-height: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
  }
}
