h1 {
  font-size: 2rem;
}.c100 h2, .projects h2{
  font-size: 1.6rem;
  margin-block: 1rem;
}.projects.bg-wash {
  background-color: rgba(249, 249, 243, 1);
  margin-top: 3rem;
  padding-block: 3rem;
}


blockquote{
  position: relative;
  max-width: 800px;
  padding: 0 4em !important;
}
blockquote span{
  display: block;
  font-family: starling, serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  width: 40px;
  height:30px;
  background-image: url(/sites/all/themes/ledbury/img/quote.jpg);
  background-size: auto 30px;
  background-repeat: no-repeat;
  position: absolute;
  left:0;
  top: -20px;
}blockquote span.r{
  left:auto;
  right:0;
  top:auto;
  bottom:10px;
  background-position: -40px 0;
}