@mixin row-width-limit {
  max-width: 12.2rem;
  min-width: 10.2rem;
  padding: 0 .24rem;
}

@mixin wrap-width-limit {
  min-width: 10.2rem;
}