/home/preegmxb/byeaglytics-co.com/templates/cassiopeia/scss/tools/functions/_max-width.scss
// Retrieve the max-width
@function max-width($key: "md") {
  @return map-get($container-max-widths, $key);
}