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

      .quote {
        font-size: 20px;
      }
      
}

@media only screen and (max-width: 1920px) {
  .landing_poema {
      font-size: 72px;
    }
}

@media only screen and (max-width: 1800px) {
  .landing_poema {
      font-size: 64px;
    }
}