@supports (display: grid) {
 .MegaMenu--grid .MegaMenu__Inner {
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))
 }
}

.SectionHeader__Heading--emphasize {
    font-size: 32px;
    font-weight: bold;
}

#section-slideshow .Button {
    font-size: 14px;
}