.hydrated *:has(> h1) {
  top: 74px !important;
}
@media (min-width: 959px) {
    .hydrated *:has(> h1) {
      width:870px !important;
    }
}
@media (max-width: 639px) {
    .hydrated *:has(> h1) {
      top: 64px !important;
    }
}

@media (max-width: 845px) and (min-width: 639px) {
  .hydrated h1 {
    font-size: 34px !important;
  }
}