h1 {
  border-bottom: 3px solid #949494;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 45px;
  margin: 38px 0 55px;
}

h1 span {
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
h1.text-center span {
  padding-left: 35px;
}
h1 span:after {
  content: "";
  border-bottom: 3px solid #0c2d83;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

h4,
.h4 {
  font-size: 23px;
}
