      

h1 {
  font-size: 5em;
}

}

h6 {
  font-size: 2em;
  line-height: 1.5;
}

.Block {
  margin-left:5%;
  width:100%;
  line-height: 1.5;
}

.Block h6{
    line-height: 1.25;
  }

.Title-sm {
        font-size: 3.5em;
      }




@media screen and (max-height: 600px) {

  h1 {
    font-size:3em;
  }

  .Title-sm {
        font-size: 3em;
      }

  h6 {
    font-size: 1em;
    line-height: 1.25;
  }

  img{
    display:none;
  }

  .Block {
  margin-left:1%;
  width:100%;

  }

  .Block h6{
    line-height: 1.25;
  }



}

@media screen and (max-width: 770px) {

  h1 {
    font-size:2.5em;
  }

  .Title-sm {
        font-size: 2.5em;
      }

  h6 {
    font-size: 1em;
    line-height: 1.25;
  }

  img{
    display:none;
  }

  .Block {
  margin-left:1%;
  width:100%;
  }

.Block h6{
    line-height: 1.25;

}
