.hb-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 56px 64px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
}

.hb-banner * {
  box-sizing: border-box;
}

.hb-content {
  flex: 1 1 380px;
  min-width: 260px;
}

.hb-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px 0;
}

.hb-subtitle {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.hb-button {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  color: inherit;
  margin-bottom: 40px;
}

.hb-button:hover {
  opacity: .75;
}

.hb-logo img {
  max-height: 32px;
  display: block;
}

.hb-logo-text {
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
}

.hb-image {
  flex: 1 1 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
}

.hb-image img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

@media (max-width: 780px) {
  .hb-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
  }
  .hb-title { font-size: 28px; }
  .hb-logo { display: flex; justify-content: center; }
}
