.c-StepsComponent {
  .item {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;

    > .title {
      display: flex;
      align-items: center;

      > .right {
        height: 40px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(70, 70, 70, 1);
        display: flex;
        align-items: center;
        margin-left: 10px;
      }
    }

    > .content {
      // height: 37px;
      font-size: 13px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(188, 188, 188, 1);
    }
  }
}
