@use "sass:math";

@import '~styles/config';

.main {
  @include grid-col(percentage(math.div(8, 12)));

  margin-bottom: $gutter * 2;
}
