.line001 h3 {
    position: relative;
}

.line001 h3:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2f386f!important;
  right: 0;
  left:0;
  bottom: -21px;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.line002 h3 {
    position: relative;
}

.line002 h3:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2f386f!important;
  left:0;
  bottom: -21px;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
