.c-hero-alt {
  position: relative;
  max-height: 360px;
  overflow: hidden;
}
.c-hero-alt__img-cont {
  position: relative;
  height: 360px;
}
.c-hero-alt__img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: translate(0%, 0%);
}
@media only screen and (min-width: 64.06em) {
  .c-hero-alt__img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-hero-alt__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f4;
  width: 80%;
  padding: 1rem;
}
@media only screen and (min-width: 46.8em) {
  .c-hero-alt__content {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 64.06em) {
  .c-hero-alt__content {
    max-width: 575px;
    transform: translate(-85%, -50%);
  }
}
@media only screen and (min-width: 90em) {
  .c-hero-alt__content {
    transform: translate(-119%, -50%);
  }
}
.c-hero-alt__title {
  font-weight: 400;
  padding-bottom: 1rem;
  color: #333333;
  font-size: 1.875em;
}
@media only screen and (min-width: 46.8em) {
  .c-hero-alt__title {
    font-size: 2.250em;
  }
}
@media only screen and (min-width: 64.06em) {
  .c-hero-alt__title {
    font-size: 2.750em;
  }
}
.c-hero-alt__intro {
  line-height: 1.5;
}
.c-hero-alt__link {
  font-weight: 700;
  color: #1d3893;
  text-decoration: underline;
}