:root {
  --start-page-hero-height: 840px;
  --border-radius-hero: 20px;
  --border-radius-image: 12px;
}
@media screen and (max-width: 767px) {
  :root {
    --start-page-hero-height: 500px;
  }
}