.site-content {
    max-width: none;
}
.give-header{
  border-top: 2px #CEB888 solid;
  border-bottom: 2px #CEB888 solid;
  background: #782F40;
  padding: 0 20px;
  margin-bottom: 30px;
}

.how_to_help h3{
  margin-bottom: 20px;
}
.how_to_help p{
  line-height: 1;
  margin-bottom: 20px;
}
h4{
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 16px;
}
h3{
  margin-top: 10px;
  margin-bottom: 2px
}
h2{
  font-size: 40px;
  margin-top: 0px
}

b, strong{ color:#782F40 }

small{ line-height: 1.1;}

blockquote{
  padding: 0;
  border-top: 1px solid  rgba(200, 200, 200, 0.5);
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  border-left: none;
  margin: 50px 5px 50px 5px;
}
blockquote p{
  font-size: 20px;
  line-height: 25px;
  font-family: serif;
  color: #555;
}
blockquote small{
  font-size: 70%;
  margin-top: 10px;
}
blockquote::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 130px;
  font-weight: bold;
  color: #dadde0;
  position: relative;
  left: 40%;
  top: -10px;
  line-height: 10px;
  opacity: 0.5;
}

blockquote::after{
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 130px;
  font-weight: bold;
  color: #dadde0;
  position: relative;
  left: 40%;
  bottom: -116px;
  line-height: 10px;
  opacity: 0.5;
}
