body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

.body {
  padding: 12vw 2vw;
  font-family: news-gothic-std, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5.8vw;
}

.text-block {
  color: #000;
}

.expander {
  cursor: pointer;
  text-decoration: underline;
}

.expanded.publishing, .expanded.services {
  display: none;
}


