/* Standard Responsive Breakpoint Scale */
$bp: (
  xxl: 1400px,
  xl: 1200px,
  lg: 990px,
  md: 770px,
  sm: 580px,
);
