/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-teaser {
  position: relative;
}

.m-teaser__content {
  display: none;
}

@media (min-width: 769px) {
  .m-teaser__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 1.5rem;
    gap: 0.5rem;
  }
}

@media (min-width: 1025px) {
  .m-teaser__content {
    padding: 3rem;
  }
}

.m-teaser--second .m-teaser__content {
  top: auto;
  bottom: 0;
  left: 50%;
}

.m-teaser--third .m-teaser__content,
.m-teaser--fourth .m-teaser__content {
  top: auto;
  bottom: 0;
  width: 100%;
}
