.dotted-tagline-container {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-left: 4px;
  position: relative;
}
.dotted-tagline-container__line {
  flex-grow: 1;
  max-width: 200px;
  border-bottom: 1px solid #111325;
}
.dotted-tagline-container__text {
  font-size: 0.875rem;
  padding-left: 0.5rem;
  color: #111325;
  letter-spacing: 0.1rem;
  z-index: 100;
  text-transform: uppercase;
}
.dotted-tagline-container__background {
  position: absolute;
  width: 135px;
  height: 24px;
  background: #FFDA03;
  transform: skew(-15deg);
  border-radius: 3px;
}

.dotted-tagline-container.tagline-center {
  justify-content: center;
  margin-bottom: 1.5rem;
}
.dotted-tagline-container.tagline-center .dotted-tagline-container__text {
  padding: 0 1rem;
  margin-left: 0;
}

/*# sourceMappingURL=dotted-tagline.css.map */
