.section-header{
  padding:$section-padding;
  h6{
    font-size: .75rem;
    text-transform: uppercase;
    color:$dark-gray;
  }
  h4, h3{
    span{
      display: inline-block;
      font-family: 'questa-grande-regular-webfont';
      font-size: 3rem;
      position: relative;
      &:before, &:after{
        content: "";
        position: absolute;
        height: 1px;
        border-top: 1px solid lightgray;
        top: 50%;
        width: 4rem;
      }
      &:before {
        right: 100%;
        margin-right: 15px;
      }
      &:after {
        left: 100%;
        margin-left: 15px;
      }
    }
  }
}
