.demo-icon-root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  .demo-icon-item {
    // width: 200px;
    // height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    // border: 1px solid red;
    &-text {
      margin-top: 10px;
      font-size: 34px;
    }

    &-icon {
      width: 150px;
      height: 150px;
      // color: red;
    }
  }
}
