/*
@media screen and (max-width: 1200px) {
  p {
    font-size:18px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 400px) {
  p {
    background-color:red;
    color:#fff;
  }
}
*/

/* header */
/*
#header {
margin-top: 200px;
}
*/

/* about us */
/*
#about-us {
margin-top: 200px;
}
*/