header {
  background-color: #000;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.8));
}

header img {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 16px 0;
}

.footer {
  max-width: 700px;
  font-size: 10px;
  margin: 0 auto;
  padding: 0 12px 12px;
  color: #fff;
  z-index: 150;
}

.footer__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.disclaimer_img_wrapper {
  background-color: #fff;
  max-width: 370px;
  margin: 8px 0 0;
  padding: 0;
  border-radius: 4px;
}

.disclaimer_img_wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 16px;
    background: transparent;
    max-width: 200px;
  }
}
