/* SAM-PRO v217: Mehr Abstand zwischen Headline und Kurzbeschreibung */
.sp-home-hero-v202__copy h1{
  margin-bottom: 0 !important;
}

.sp-home-hero-v202__copy p,
.sp-home-hero-v202__lead{
  margin-top: 28px !important;
}

@media (min-width: 1100px){
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    margin-top: 30px !important;
  }
}

@media (min-width: 821px) and (max-width: 1099px){
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    margin-top: 24px !important;
  }
}

@media (max-width: 820px){
  .sp-home-hero-v202__copy p,
  .sp-home-hero-v202__lead{
    margin-top: 20px !important;
  }
}
