::selection {
  background: transparent; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
}

.heading-h1 {
    overflow: hidden;
    text-align: center;
}
.heading-h1:before,
.heading-h1:after {
    background-color: #3e5824;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
.heading-h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.heading-h1:after {
    left: 0.5em;
    margin-right: -50%;
}