#article-header {
  height: 75vh;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #article-header {
    height: 56vh;
    min-height: 340px;
  }
  #article-header h1 {
    font-size: 2rem;
    width: 90%;
  }
}
section.container {
  margin-top: 3rem !important;
  padding-top: 0 !important;
}
