.custom-section {
  background-color: rgb(var(--color-background));
}

.custom-section .block-heading,
.custom-section .subheading {
  width: 100%;
}

.custom-section .custom-html-block {
  background-color: rgb(var(--color-background));
}

.custom-section .subheading,
.custom-section .rte {
  word-break: break-word;
}
.subheading {
  font-weight: 600;
  text-transform: uppercase;
}