.pm-hero {
  --pmh-dark: #444;
  --pmh-light: #f5f5f5;
  --pmh-wrapper: 1400px;
  --pmh-readable: 920px;
  position: relative;
  isolation: isolate;
  min-height: 360px;
  border-bottom: 0;
  background: #fff;
  color: #fff;
  font-family: "Cabin", Arial, sans-serif;
  overflow: hidden;
}

.pm-hero *,
.pm-hero *::before,
.pm-hero *::after {
  box-sizing: border-box;
}

.pm-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.pm-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .08);
  pointer-events: none;
}

.pm-hero__inner {
  width: min(calc(100% - 48px), var(--pmh-wrapper));
  min-height: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 76px;
  padding-bottom: 84px;
  color: #fff;
}

.pm-hero__label {
  max-width: var(--pmh-readable);
  margin: 0 0 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pm-hero h2 {
  max-width: var(--pmh-readable);
  margin: 0 0 24px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.pm-hero__intro {
  max-width: 760px;
  margin: 0 0 32px;
  color: #fff;
  font-size: 21px;
  line-height: 1.65;
}

.pm-hero__intro > :first-child {
  margin-top: 0;
}

.pm-hero__intro > :last-child {
  margin-bottom: 0;
}

.pm-hero__button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--pmh-dark);
  background: var(--pmh-dark);
  color: var(--pmh-light) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
}

.pm-hero__button:hover,
.pm-hero__button:focus-visible {
  background: #222;
  color: var(--pmh-light) !important;
}

.pm-hero-info {
  width: min(calc(100% - 48px), var(--pmh-wrapper));
  margin: 0 auto 28px;
  color: var(--pmh-dark);
  font-family: "Cabin", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.pm-hero-info--outro {
  margin-top: 28px;
  margin-bottom: 0;
}

.pm-hero-info h2 {
  margin: 0 0 14px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #208497;
  font-size: 50px;
  line-height: 1.18;
  font-weight: normal;
  letter-spacing: 0;
}

.pm-hero-info > :first-child {
  margin-top: 0;
}

.pm-hero-info > :last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .pm-hero,
  .pm-hero__inner {
    min-height: 300px;
  }

  .pm-hero__inner {
    width: min(calc(100% - 32px), var(--pmh-wrapper));
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .pm-hero h2 {
    font-size: 32px;
  }

  .pm-hero-info {
    width: min(calc(100% - 32px), var(--pmh-wrapper));
  }

  .pm-hero-info h2 {
    font-size: 32px;
  }

  .pm-hero__intro {
    font-size: 18px;
  }
}
