@media screen and (max-width: 768px) {
  .objects .streamer {
    display: none;
  }
  #reasons .container {
    padding-top: 200px;
  }
  #reasons h2 {
    font-size: 35px;
  }
  #functionalities::before {
    background: url(../img/layers/plants.png) repeat-x center bottom;
    z-index: -1;
  }
  #functionalities h3 {
    font-size: 30px;
  }
  #methodology {
    padding: 150px 0 100px;
  }
  #methodology h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .ebook {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ebook > div > img {
    margin: auto;
  }
  #methodology h3.revolution {
    margin-bottom: 15px;
  }
}
