.space {
  display: flex;
  flex-direction: row;
}
.space.center {
  align-items: center;
  justify-content: center;
}
.space-item:not(:last-child) {
  margin-right: 0.71429rem;
}
.space-title {
  font-size: 1.14286rem;
  font-weight: 700;
}
