/*Estilos de Distributors*/

h1 {
	text-align: center;
	font-weight: 400;
}

@media screen and (max-width: 480px){
	h1 {
		font-size: 30px;
	}
}
