
/* MCS  */
.number {
  background-color: #E9F0ED;
  border-radius: 30px;
}

.number__value {
  &:after {
    background-color: #1bba76;
  }
}
