#homehero{
    grid-row:2/4;
    grid-column: 1/9 ;
    background-image: url(cacti.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }


main p{
  padding-left: none;
}

  @media only screen and (max-width: 992px){
    p{
      text-align: left;
      margin-right: px;
      position: relative;
      right: 50px;
      }

  }


  @media only screen and (max-width: 768px){
#homehero{
    height: 300px;
}

img{
height: ;
}
div p{
  display: block;
}
p{
text-align: left;
margin-right: px;
position: relative;
right: 40px;
}
  }  