.pageTitle {
  box-sizing: border-box;
  padding: 72px 16px 0;
}

.pageTitleGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 232px;
  justify-content: center;
}

.pageTitleGroup h1 {
  color: #424242;
  font-family: var(--familyInter);
  font-size: var(--fontMax32Min24);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.pageTitleGroup p {
  color: #424242;
  font-family: var(--familyInter);
  font-size: var(--fontMax18Min15);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .pageTitleGroup {
    height: 138px;
  }
}
