.hero-text h1{display: none;}
section.section {padding-top: 5rem;}
.hero > figure.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text{
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
@media (max-width: 768px) {
    section.section {padding-top: 3rem;}
    .hero-text {

    }
}