/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

section.home-block h1.home-block-text.home-block-title {
  font-family: "Microbrew Three";
  font-size: 4rem;
}

section.home-block {
  text-align: left;
}

section.home-block h1,
section.home-block p {
  padding: 0;

}

section.home-block article.home-block-contents p {
  /* margin-bottom: 33px;
  margin-bottom: var(--margin); */
}

section.home-block h1.home-block-text.home-block-title {
  margin-right: unset !important;
  margin-left: unset !important;
}

@media screen and (min-width: 1100px) {
  /* Preset for overflowing images */
  section.home-block.overflow-image figure.home-block-bg {
    overflow: visible;
  }

  section.home-block.overflow-image figure.home-block-bg img.home-block-image {
    bottom: -15%;
    height: 140%;
  }
}