body {
  background-color: #f2f2f2;
  font-family: 'robotoregular', sans-serif;
  font-size: 16px;
  position: relative;
}
section {
  max-width: 768px;
  margin: 42px auto;
  padding: 24px;
  line-height: 1.2;
}
section:before {
  content: '';
  background: url('../assets/sutter-health-logo.png') no-repeat center/100%;
  height: 30px;
  width: 165px;
  display: block;
  margin: 0;
}
a {
  color: #1f3433;
}
a:hover {
  color: #4c5d5c;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  section {
    margin-top: 25vh;
    line-height: 1.4;
  }
  section:before {
    height: 60px;
    width: 330px;
  }
}