<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_trunk_1_title {
  margin: 0 1.5rem 1.5rem 1.5rem;
  font-size: 3.2rem;
  line-height: 1.2;
  color: var(--blue-background-color);
  border-bottom: 5px solid var(--blue-background-color);
  font-family: var(--secondary-font-family);
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .content_trunk_1_title {
    margin: 0 4rem 1.5rem 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .content_trunk_1_title {
    margin: 0 2rem 1.5rem 2rem;
  }
}
</pre></body></html>