.container-header {
  background-color: #02040a !important;
  background-image: none !important;
  width: 100%;
}

.container-header::before,
.container-header::after {
  display: none !important;
}

.site-grid,
.container,
main,
.com-content-article {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header-banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}