.montoport-campaign-header {
  position: relative;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  background-color: #0a3e53;
  background-repeat: no-repeat;
  background-size: cover;
}

.montoport-campaign-header__overlay {
  position: absolute;
  inset: 0;
  background: #002f45;
  opacity: 0.24;
}

.montoport-campaign-header__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
}

.montoport-campaign-header__inner {
  display: flex;
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.montoport-campaign-header__content--center {
  justify-content: center;
}

.montoport-campaign-header__content--center .montoport-campaign-header__inner {
  align-items: center;
}

.montoport-campaign-header__content--right {
  justify-content: flex-end;
}

.montoport-campaign-header__content--right .montoport-campaign-header__inner {
  align-items: flex-end;
}

.montoport-campaign-header__logo {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  margin-bottom: clamp(28px, 3vw, 46px);
}

.montoport-campaign-header__heading {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}

.montoport-campaign-header__price {
  margin: 0 0 25px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.2;
}

.montoport-campaign-header__button {
  display: inline-flex;
  padding: 12px 24px;
  border: 1px solid currentColor;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.montoport-campaign-header__button:hover,
.montoport-campaign-header__button:focus {
  background: #00617f;
  color: #fff;
}

@media (max-width: 1024px) {
  .montoport-campaign-header__content {
    padding: 48px 32px;
  }
}

@media (max-width: 767px) {
  .montoport-campaign-header {
    min-height: 460px;
  }

  .montoport-campaign-header__content {
    padding: 32px 24px;
  }
}
