.overline {
  padding: 2px 12px;
  border-radius: 58px;
  background: var(--wp--preset--color--custom-petrol);
  color: var(--wp--preset--color--custom-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (max-width: 459px) {
  .overline {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.anchor-title {
  margin-top: var(--bottom-space);
  margin-bottom: var(--edge-padding);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023.98px) {
  .anchor-title {
    margin-bottom: var(--teaser-space-bottom);
  }
}/*# sourceMappingURL=anchor-title.css.map */