/* >= 768px */
@media screen and (min-width: 768px) {
  #node-page #content {
    padding-top: 150px;
  }
}
/* >= 1024px */
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #node-page #content {
    padding: 200px 0 150px;
  }
}
