/* Keeps the Release History heading inside its light section at every zoom and DPI. */
.release-section {
  padding-top: clamp(52px, 6vw, 80px);
}

.release-section > .release-heading {
  position: static;
  top: auto;
  margin-top: 0;
  transform: none;
}

@media (max-width: 440px) {
  .release-section {
    padding-top: 44px;
  }
}
