/* Por debajo de 700px */
@media screen and (max-width: 2000px){
p{
font-size:36px;
line-height:40px;
margin-top:2px;
margin-bottom:2px;
}
}

/* Por debajo de 400px */(
@media screen and (max-width: 700px){
p{
font-size:10px;
line-height:10px;
margin-top:2px;
margin-bottom:2px;
}
}
