.M-AppTeaser__wrapper {
  background-color: var(--major-accent__enabled__fill__default);
  color: var(--major-accent__enabled__front__default);
  padding: 32px 12px;
}
.M-AppTeaser__subHeadline {
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.M-AppTeaser__headline {
  margin-bottom: 16px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
.M-AppTeaser__text {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.M-AppTeaser__actions {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.M-AppTeaser__actions a {
  display: flex;
}
.M-AppTeaser__info a:link {
  text-decoration: none;
}
.M-AppTeaser__info a:hover, .M-AppTeaser__info a:visited, .M-AppTeaser__info a:active {
  text-decoration: underline;
}
.M-AppTeaser__info a:link, .M-AppTeaser__info a:hover, .M-AppTeaser__info a:visited, .M-AppTeaser__info a:active {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--major-accent__enabled__front__default);
}
@media only screen and (min-width: 480px) {
  .M-AppTeaser__wrapper {
    padding: 32px 64px;
  }
}
/*# sourceMappingURL=appTeaser.css.map */
