.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5; }
  .hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa; }

.checkmark ul {
  list-style: none;
  padding-left: 0; }

.checkmark ul li {
  padding: 5px 0 5px 30px;
  position: relative; }

.checkmark ul li:before {
  content: '\f058';
  color: #32CD32;
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 1.1em; }
