h1.page-heading,
h2.page-description {
  position: absolute;
  left: 251px;
  color: #fff;
  margin: 0;
  padding: 0;
}
h1.page-heading {
  top: 45px;
  font-size: 28px;
}
h2.page-description {
  top: 108px;
  font-size: 12px;
  font-weight: normal;
}

h3, h4 {
  color: #000;
  font-style: italic;
}
h3 {
  font-size: 22px;
  margin-top: 22px;
}
h4 {
  font-size: 14px;
  margin-top: 18px;
}

p, ul {
  padding-bottom: 18px;
}
ul {
  margin-top: -18px; /* same but opposite to a <p>'s paddding-bottom, and that means that there's no gap between an <ol>/<ul> and a <p> */
}
li {
  margin: 0 0 0 32px;
  padding: 0;
}
div.testimonial{
  font-size:18px;
}
p.testimonial{
  margin-left:32px;
  margin-bottom:32px;
  background-color:#fdd;
  border:1px solid #600;
  padding:8px;
}
