@charset "UTF-8";

.wwd-pagetitle{
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 26px 0 0;
}
.wwd-pagetitle > h1{
  white-space: nowrap;
}


@media (max-width: 769px) {
  .wwd-pagetitle{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 26px 0 0;
  }
}