.content_block.block a:not(.button) {
    color: var(--secondary);
    text-decoration: underline;
}

.block h2:not(:first-child),
.block .h2:not(:first-child),
.block h3:not(:first-child),
.block .h3:not(:first-child),
.block h4:not(:first-child),
.block .h4:not(:first-child),
.block h5:not(:first-child),
.block .h5:not(:first-child),
.block h6:not(:first-child),
.block .h6:not(:first-child) {
  margin-bottom: 1em;
  margin-top: 2em;
}


.block .h3,
.block h3 {
	font-size: 2rem;
}
