.cms-hero {
  min-height: 200px;
}

.user-menu .icon {
  display: none;
}

.page-footer .ngcom {
  font-size: 12px;
}

.page-footer .ngcom img {
  border: 1px solid #fff;
  width: 26px;
}
:root { --body-font-family: Roboto, sans-serif; --heading-font-family: Roboto Slab, serif; }
@media (min-width: 768px) {
.cms-hero {
  min-height: 400px;
}
}
@media (min-width: 1280px) {
.cms-hero {
  min-height: 600px;
}
}