/* Ajustar alinhamento das páginas de políticas de privacidade e de troca*/
@media screen and (min-width: 769px) {
	.entry-content .policy-container {
		margin: 0 auto 3.5rem !important;
		max-width: 90vw !important;
	}
}

@media screen and (max-width: 768px) {
	.entry-content .policy-container {
		padding: 0 1.5rem;
	}
}