@import url("styles-base.css");

.page-hero h1 {
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.015em;
}

.page-hero p {
  line-height: 1.85;
}

@media (max-width: 760px) {
  .page-hero h1 {
    margin-bottom: 22px;
    line-height: 1.22;
    letter-spacing: 0.01em;
  }
}
