.header-banner {
  margin-top: 100px;
  width: 100%;
  aspect-ratio: 192/54;
  min-height: 420px;
  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;
  position: relative;
}

.header-banner > .banner-Text {
  width: 37.5%;
  aspect-ratio: 674/180;
  max-width: 674px;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1240px) {
  .header-banner > .banner-Text {
    width: 53.33%;
  }
}
