.blog-post h1 {
  font-size: 50px;
}

.hero-col-2 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-banner-image {
  min-width: 100%;
  padding-top: 100px;
}

@media (min-width: 992px) {
  .hero-col-2 {
    position: relative;
    z-index: auto;
    bottom: auto;
  }
}

@media (min-width: 992px) {
  .home-banner-image {
    min-width: auto;
  }
}

