.component-page-title {
  padding-bottom: 0px;
}

.component-page-title .component-content .container .row {
  padding-bottom: 56px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .component-page-title .component-content .container .row {
    padding-bottom: 24px;
  }
}

.component-page-title .component-content .container .row h1 {
  margin-bottom: 0px;
}

.component-page-title .component-content .container .row::before {
  content: "";
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #E7E9EB;
  bottom: 0px;
  left: 15px;
}

@media screen and (max-width: 767.98px) {
  .component-page-title .component-content .container .row::before {
    width: -webkit-calc(80% - 30px);
    width: calc(80% - 30px);
  }
}
