p {
  color:#111111;
}
@media screen and (min-width: 480px) and ( max-width:1024px){
p {
  color:#FFFFFF;
}
}