/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-schlusselfertig #projekte .h1 {
    margin-bottom: 100px;
  }
  #node-schlusselfertig #projekte .projekte {
    gap: 40px;
  }
  #node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .content {
    padding: 50px;
  }
  #node-schlusselfertig #grundstueckcheck .wrapper .content .untertitel {
    margin-bottom: 50px;
  }
  #node-schlusselfertig #vorteile .h1 {
    margin-bottom: 100px;
  }
}
/* >= 1600px */
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .content {
    padding: 75px;
  }
}
