@import './../_values';

@mixin gc__center2center() {
  display: flex;
  align-items: center;
  justify-content: center;
}
