section.careers .meta {
  margin-bottom: 0;
}

.signoff {
  margin-top: 40px;
}

.blog-post section.hero {
  background-color: #fff;
}

section.careers h3 {
  color: #d72280;
  padding-left: 0;
}

.banner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.blog-post section.hero img.bg {
  max-height: 470px;
  object-position: 0 -40px;
}

@media (max-width: 1024px) {
  .blog-post section.hero {
    height: 200px;
  }

  .blog-post section.hero .banner-title h1 {
    font-size: 32px;
  }

  .blog-post section.hero img.bg {
    object-position: center;
  }
}
