section.header {
  padding-top: -6.5rem !important;
}
section article.explore-industry {
  padding: 0 5rem 2rem;
}
section article.explore-industry button {
  margin: 0.25rem 1rem;
}
section article.explore-industry img {
  margin-top: 5rem;
  width: 100%;
}
section .choose-industry button {
  scale: 170%;
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.image-textwrapper {
  padding: 1rem 2rem;
}

@media screen and (max-width: 600px) {
  main section article .image-wrapper.full-bleed img {
    object-fit: contain;
    margin: -6rem 0;
  }
  section.header {
    margin-top: -3rem !important;
  }

  main section article .image-wrapper.full-bleed.harder img {
    object-fit: contain;
    margin: -3rem 0;
  }
}
