.md-grid {
  max-width: 1230px;
}

.hero-banner {
  min-height: 200px;
  background: url("./?mortyurl=https%3A%2F%2Fopensource.siemens.com%2Fbackground.jpg");
}

.hero-banner-content {
  padding: 2rem 0;
}

@media only screen and (min-width: 60em) {
  .hero-banner-content {
    padding-top: 6rem;
  }
}

.hero-banner h1 {
  max-width: 500px;
}

small {
  display: inline-block;
  line-height: 1.5;
}
