.fancy {
 overflow: hidden;
 text-align: center;
}
.fancy:before,
.fancy:after {
 background-color: #FF9900;
 content: "";
 display: inline-block;
 height: 3px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.fancy:before {
 right: 0.5em;
 margin-left: -50%;
}
.fancy:after {
 left: 0.5em;
 margin-right: -50%;
}
.subtitle {font-size:56px;font-weight:600;}

.fancy {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 280px) and (max-width: 480px) {
.subtitle {font-size:36px;font-weight:600;}
}



