.header__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  text-decoration: underline;
  height: 80px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(13px, 1.69vw, 24px);
  background-color: #635B5D;
  background-image: url(/wholesale/assets/images/mv-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}