$breakpoints: (
  'small': (min-width: 768px),
  'medium': (min-width: 1024px),
  'large': (min-width: 1280px)
);
