body {
	/* customize_body */ font: 14px "Open Sans", sans-serif; /* customize_body */
}

.main-page h1 {
      font: bold 28px "Alegreya", serif;
      color: #000;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 20px;
      letter-spacing: 0.3px;
      margin: 0;
}

.main-page h1:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}

.main-page h2 {
  font: bold 25px "Alegreya", serif;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.3px;
  margin: 0;
}

.main-page h2:before {
  content: "";
  width: 55px;
  height: 3px;
  display: inline-block;
  background: #fab90a;
  position: absolute;
  bottom: 0;
}

.footer-main h4,
.footer-main h4,
.footer-main h4 {
    font: 600 20px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 24px;
    font-style: italic;
}
.footer-main h4:after,
.footer-main h4:after,
.footer-main h4:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0094b3;
    display: block;
    margin-top: 13px;
}
