@font-face {
  font-family: 'portico-outline';
  src: url('fontet/portico-outline.woff2') format('woff2'),
  url('fontent/portico-outline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 	

.mwd-content-main-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin-bottom: 1em;
}

.mwd-content-main-banner-overlay {
  min-height: 390px;
  background: linear-gradient(to top, rgba(9, 32, 63, 0.6) 0%, rgba(83, 120, 149, 0.1) 100%);
  padding: 2rem 2rem 4rem 2em;
}

.mwd-content-main-banner-overlay h1 {
  font-family: portico-outline, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
  text-align: center;
  font-size: 6rem;
}