  /* latest news cms */
p {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
p {
    font-size: 16px;
  }
}

@media screen and (max-width: 630px) {
p {
    font-size: 15px;
  }
}
