.fs-responsive {
    /* clamp(最小值, 视口宽度计算值, 最大值) */
    font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    background: yellow;
  }
  