.hero-banner {
  width: 100%;
  overflow: hidden;
}

.hero-banner picture,
.hero-banner img {
  display: block;
  width: 100%;
}

.hero-banner img {
  height: auto;
  max-width: none;
}

.brand {
  width: auto;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: .9;
  background: linear-gradient(135deg, #0241a2 0%, #0b74ff 48%, #061c3d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat, Manrope, Arial, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -.07em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(2, 65, 162, .16);
}

.brand-text strong {
  background: linear-gradient(135deg, #061c3d 0%, #0241a2 55%, #29a8ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: .68em;
  font-weight: 900;
  letter-spacing: .08em;
}

@media (max-width: 580px) {
  .brand-text {
    font-size: 1.35rem;
    transform: translateY(6px);
  }
}
