.content-component h2 {
  font-weight: var(--font-weight-extrabold);
  margin-bottom: 16px;
}

.content-component p {
  font-size: inherit;
  line-height: inherit;
}

.content-component a:not(.text-white) {
  color: var(--color-blue-300);
  text-decoration: underline;
}

.content-component li a {
  text-decoration: underline;
}
