.hero {
    background-position: bottom;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
  }

  .page-title {
      display: inline-block;
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 4px;
      border-style: solid;
      border-color: #fce138;
      padding: 0 80px 15px 80px;
      font-weight: normal;
      font-size: 42px;
      font-style: italic;
      color: #fce138;

  }