main > * {
  margin: 0 auto;
  max-width: 100%;
  max-width: 960px;
}
main > * header,
main > * section:not(#blog),
main > * article {
  max-width: 720px;
}

article > h4 {
  margin-bottom: 1rem !important;
}
article > h4:not(:first-child) {
  margin-top: 4rem !important;
}

main section img,
main section iframe {
  max-width: 100%;
}

.intro h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-400);
}

.headrow {
  margin-bottom: 30px;
}

.section_header h4 {
  margin-top: 0;
  margin-bottom: -15px;
  text-align: left;
  font-variant: small-caps;
  font-weight: 400;
}

.tags .ds-icon {
  background-color: transparent;
  color: var(--primary-400);
  border-radius: 0.25rem;
  margin-right: -0.25rem;
}
.tags .label {
  background-color: var(--primary-50);
  color: var(--primary-400);
  height: 1.5rem;
  padding: 0 0.375rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  transition: 0.2s;
}
.tags .label a {
  border: none;
}
.tags .label:hover {
  background-color: var(--primary-400);
}
.tags .label:hover a {
  color: white !important;
}

.intro img {
  width: 100%;
}

/*# sourceMappingURL=ds_public_post.css.map */
