p{
	color:blue;
}

@media screen and (max-width: 500px) {
	p {
		color: red;
	}

}