#page-theme h2,
.page-view-frontpage h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 29px 20px 29px;
  overflow: hidden;
  position: relative;
}
#page-theme h2:before,
.page-view-frontpage h2:before {
  border-bottom: 1px solid black;
  bottom: 13px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#page-theme h2 {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .navbar-brand {
    display: block !important;
  }
  .navbar-brand .brand {
    padding: 20px 0 0 0 !important;
    text-align: center;
  }
}
