@import "~Breakpoints";
@import "~Colors";
@import "~Layout";
@import "~Type";

.wrapper {
  background-color: white;
}

.content {
  @include container();
  background-color: white;
  position: relative;
  h2:first-of-type {
    margin-top: 0;
  }
}

