main .layout-content #block-smart-energy-cluster-content .field--name-body.field--type-text-with-summary {
  max-width: 960px;
  margin: 0 auto;
  padding: 160px var(--sec-page-gutter) 32px;
}

main .layout-content #block-smart-energy-cluster-content .field--name-body h1,
main .layout-content #block-smart-energy-cluster-content .field--name-body h2,
main .layout-content #block-smart-energy-cluster-content .field--name-body h3,
main .layout-content #block-smart-energy-cluster-content .field--name-body h4 {
  color: #3a3a3a;
  font-family: "Alpino", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
}

main .layout-content #block-smart-energy-cluster-content .field--name-body h1 {
  font-size: clamp(2.2rem, 1.6rem + 1.8vw, 3.1rem);
}

main .layout-content #block-smart-energy-cluster-content .field--name-body h2 {
  font-size: clamp(1.95rem, 1.45rem + 1.2vw, 2.55rem);
}

main .layout-content #block-smart-energy-cluster-content .field--name-body h3 {
  font-size: clamp(1.65rem, 1.25rem + 0.9vw, 2.15rem);
}

main .layout-content #block-smart-energy-cluster-content .field--name-body p,
main .layout-content #block-smart-energy-cluster-content .field--name-body li {
  color: #404040;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.12rem);
  line-height: 1.65;
  margin: 0 0 18px;
}

main .layout-content #block-smart-energy-cluster-content .field--name-body ul,
main .layout-content #block-smart-energy-cluster-content .field--name-body ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  main .layout-content #block-smart-energy-cluster-content .field--name-body.field--type-text-with-summary {
    padding-top: 128px;
    padding-bottom: 24px;
  }
}

@media (max-width: 480px) {
  main .layout-content #block-smart-energy-cluster-content .field--name-body.field--type-text-with-summary {
    padding-top: 112px;
    padding-bottom: 16px;
  }
}

/* Section rhythm replaces blank spacer paragraphs from the editor. */
#block-smart-energy-cluster-content .field--name-body .sec-empty-copy { display: none; }
main .layout-content #block-smart-energy-cluster-content .field--name-body :is(h1, h2, h3, h4):not(:first-child) { margin-top: 36px; }
#block-smart-energy-cluster-content .field--name-body a { display: inline; overflow-wrap: anywhere; }
#block-smart-energy-cluster-content .field--name-body ul { list-style: disc; }
main .layout-content #block-smart-energy-cluster-content .field--name-body li { margin-bottom: 8px; }
