.wm-block-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 32px;
  padding-top: 40px;

  .text {
    font-size: 28px;
    font-weight: 700;
    color: #333;
  }

  .right {
    display: flex;
    flex-direction: row;
    align-items: center;

    .arrow-text {
      font-size: 24px;
      color: rgba(0, 0, 0, 0.4);
    }

    .arrow {
      width: 24px;
      height: 24px;
      margin-left: 8px;
    }
  }
}
