.tituloBacktotheCity {
	font-size: 20px; 
	font-weight: 400; 
	text-align: center; 
	margin-left: 20px; 
	padding: 0; 
	margin-bottom: -1.6%; 
	margin-top: 0.8%;
}

@media (max-width: 768px){
    .tituloBacktotheCity {
        margin-bottom: -10%;
        margin-top: 1.8%;
        font-size: 12px;
        width: 90%;
        text-align: center;
        display: flow;
    }
}