.header-banner {
  margin-top: 100px;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 192/54;
  max-height: 540px;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-banner > .banner-Text {
  width: 37.5%;
  aspect-ratio: 456/108;
  max-width: 456px;
  min-width: 400px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
