#root section:not(.hero) {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

#root > section,
#root > div {
  margin-block: 40px;
}

#root > #fwSection {
  margin-block: 40px;
}

#root > section:first-child,
#root > div:first-child {
  margin-top: 0;
}

#root > section:last-child,
#root > div:last-child {
  margin-bottom: 0;
}

.py {
  padding: 0;
}

.section-hdr {
  margin-bottom: 3rem;
}
