/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
.section-content {
  padding-top: 32px;
  padding-bottom: 25%;
}

.section-content__description,
.section-content__heading {
  padding-top: 32px;
  margin: 0;
}

.tmh-section-content__article-list {
  display: block;
  padding-top: 24px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .section-content__article-list {
    display: none;
  }
}
.section-content__article-list-item {
  padding-top: 24px;
}/*$vite$:1*/