.page-title {
  position: relative;
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  margin: 92px 0;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 30px;
    margin: 20px 0;
    padding: 0 24px;
  }
}

.page-title h3 {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
