#intro > span {
  margin-left: -40px;
  display: block;
  padding-bottom: 60px;
  font-size: 18px;
  text-shadow: #666666 1px 2px 2px ;
  text-transform: uppercase;
}

#chevron {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 60px;
  height: 70px;
  border-top: 24px solid #54a653;
  border-left: 24px solid #54a653;
}

#hero, #eSaverDna {
  border: 1px solid transparent;
  display: block;
}

#hero {
  display: flex;
  flex-direction: row;
}
  #hero img {
    margin: 0 0 30px 0;
    padding-left: 30px;
    width: 100%;
    max-width: 50%;
    height: 50%;
  }

  #hero p {
    font-size:20px;
    text-align: justify;
    padding-bottom: 30px;
  }

#eSaverDna {
  display: flex;
  flex-direction: row;
}

  #eSaverDna > img {
    max-height: 550px;
    height: 100%;
    padding: 0 30px 30px 0;
  }

#universalIntegration {
  display: flex;
  flex-direction: column;
}
  #universalIntegration > #dieselTypes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
    #universalIntegration > #dieselTypes > .vehicles {
      width: 33%;
      align-items: baseline;
      align-content: center;
      justify-content: center;
    }
      #dieselTypes > .vehicles > img {
        width: 100%;
        max-width: 75%;
        margin-left:10%;
      }
      #dieselTypes > .vehicles:nth-last-child(1) > img{
        max-height: 60%;
        width: auto;
        margin-left:20%;
      }
