.hero-section:after {
  content: " ";
  background-image: url(../images/input.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  border-radius: 0;
}
