/* add common style */

.brand-box .info {
  width: 100%;
  padding: 0.16rem 0;
  font-size: 0.32rem;
  color: #1fcdb6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*# sourceMappingURL=growth_brand.c5f0583d.css.map*/