.wrapper {
  text-align: center;
  cursor: pointer;

  &:last-child {
    .text {
      margin-bottom: 0;
    }
  }
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgb(var(--cyan-6));
  color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}

.text {
  text-align: center;
  font-size: 12px;
}
