.o-background {
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.o-fancy {
  line-height: 0.5;
  text-align: center;
}

.o-fancy span {
  display: inline-block;
  position: relative;
}

.o-fancy span:before,
.o-fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #202020;
  top: 50%;
  width: 440px;
}
@media (max-width: 991px) {
  .o-fancy span:before,
.o-fancy span:after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .o-fancy span:before,
.o-fancy span:after {
    width: 70px;
  }
}

.o-fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.o-fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}