
.frase{

	font-size: 2.2rem;
	line-height: 3.1rem;
	justify-content: center;
	font-style: italic;
	color: #cca853;
	margin: 5px; 
	text-align: center;
	height: auto;
	padding:8px 0;
}
.frase div{
		
}


/* Responsividad */
/* Extra small devices (portrait phones, less than 576px) */ 
@media (min-width:250px) and (max-width: 575.98px) {
		
		.frase {
			font-size: 1rem;
			line-height: 1.1rem;
			padding: 7px 0;
			margin-bottom: 10px;
	}    
  }    
