.baixiu_text_display {
  padding: var(--component-gap) 0;
  background-color: var(--bg-color);
}

.baixiu_text_display .text-desc {
  margin-bottom: var(--component-gap);
  color: #222;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-36);
  font-weight: 600;
  line-height: 1.5;
}

.baixiu_text_display .text-desc em {
  color: #0137B5;
  font-style: italic;
  font-weight: 900;
}

.baixiu_text_display .text-title {
  background-size: cover;
  background-position: center 20%;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  user-select: none;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--font-230);
  font-weight: 900;
  line-height: 0.86957;
  text-transform: uppercase;
}

.baixiu_text_display .text-title-icon {
  position: absolute;
  right: -0.2em;
  top: -0.2em;
  width: 0.45em;
  transform: rotate(30deg);
  height: auto;
  pointer-events: none;
  -webkit-text-fill-color: initial;
  opacity: 1;
}