.header-container {
  height: 100% !important;
  color: white;
  width: 100% !important;
  background-image: unset;
}
.header-container-wrapper {
  background: black;
  width: 100%;
  padding-bottom: 9px;
}
.header-below-image-background {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: var(--pricing-header-background-image);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
}
