.hero::after {
  padding-top: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -10;
  background: #5AB0E7;
}