@media screen and (min-width: 750px) {
  .page-title-section{
    display: flex;
    justify-content: flex-end;
    padding-right: 78px;
  }
}

@media screen and (max-width: 749px) {
  .page-title-section{
    display: block;
    text-align: center;
    margin-top: 25px;
  }
}