/*
https://www.sassmeister.com/gist/7f22e44ace49b5124eec
@include fluid-type(font-size, 320px, 1366px, 14px, 18px);
@include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
*/
[class*=offset-] {
  margin-left: 0;
}

@media screen and (min-width: 36em) {
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
}

