h1,
.h1 {
  font-family: "Geist", sans-serif;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.135vw + 1.015rem, 3.5rem);
  line-height: 1.1428;
  text-wrap: balance;
  letter-spacing: -0.04em;
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-family: "Geist", sans-serif;
  margin: 0px 0px 24px 0px;
  font-weight: bold;
  font-size: clamp(1.75rem, 3.135vw + 1.015rem, 3.5rem);
  line-height: 1.1428;
  text-wrap: balance;
  letter-spacing: -0.04em;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}

h3,
.h3 {
  font-family: "Geist", sans-serif;
  margin: 0px 0px 24px 0px;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.448vw + 1.395rem, 1.75rem);
  line-height: 1.25;
  text-wrap: balance;
  letter-spacing: -0.04em;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}
