.license-teaser-container .license-headline {
  display: flex;
  flex-direction: row;
  margin: 0 1rem 1.5rem;
}

.license-teaser-container .license-headline .icon {
  margin-right: 0.5em;
}

.license-teaser-container .license-headline .introduction {
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;

  display: none;
}

.license-teaser-container .license-headline .title {
  font-size: 2em;
  font-weight: 500;
}

.license-teaser-container .license-headline .title b {
  font-weight: 500;
  color: var(--primary-color);
}

.license-teaser-container .license-subheadline {
  color: var(--color-black) !important;
  margin-bottom: 0.5em;
}

.license-teaser-container .license-description {
  color: var(--color-grey-700) !important;
  margin-bottom: 1em;
}

.license-teaser-container .license-action {
  margin: 1em;
}

.license-teaser-container.floating {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.license-teaser-container.floating .license-headline {
  flex-direction: column;
  align-items: center;
}

.license-teaser-container.floating p {
  text-align: center;
}

.license-teaser-container.floating .license-headline .introduction {
  display: inline;
}

.license-teaser-container.floating .license-subheadline {
  display: none;
}

.license-teaser-container.floating .license-description {
  font-size: 14px !important;
}
