body{
   font-family: sans-serif;
   text-align: left;
}



.eflora{
color: red;
}



@media screen and (max-width: 1024px){
	.text{
	padding-left: -200px !important;
	font-size: 100%;
	     }
	body > h2{
	font-size: 230%;
	    }
	}


@media screen and (min-width: 1025px){
	.text{
   	       
   	        font-size: 90%;
	       }
	    }
	}
