.ImageTeaser {
  position: relative;
}@media screen and (max-width: 768px) {.ImageTeaser {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
  }@media screen and (min-width: 769px) {.ImageTeaser {
    margin-bottom: 140px;
}
  }

.ImageTeaser-content {
  max-width: 500px;
  padding: 15px;
  background-color: var(--clr-grayLight);
}

@media screen and (min-width: 769px) {

.ImageTeaser-content {
    position: absolute;
    right: 175px;
    bottom: -140px;
    max-width: 400px;
}
  }

.ImageTeaser-content .ContentHeader {
  margin-bottom: 20px;
  text-align: left;
}

.ImageTeaser-text {
  margin-bottom: 20px;
}
