.site-header {
  width: 100%;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-logo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
}

/* Full width banner */
.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-message {
  position: absolute;
  top: 12%;
  right: 20%;
  max-width: 620px;
  z-index: 2;
  text-align: left;
  line-height: 1.5;
}

.hero-message h1 {
  margin: 0 0 20px 0;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.hero-message p {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 24px);
  color: #333;
}