.expand-wrapper {
  margin: 24px auto 72px;
  display: flex;
  width: max-content;
  color: var(--brandColor);
  font-size: 20rem;
  font-weight: 500;
  font-family: 'Gate_Sans Medium';
  column-gap: 4px;
  cursor: pointer;
  align-items: center;
}
.expand-wrapper .iconfont-symbol {
  font-size: 16rem;
}