/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro .publications {
  display: flex;
  flex-direction: column;
}
section.intro .publications > * {
  padding: 24px 0;
}
section.intro .publications > * + * {
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 48.96%, rgba(255, 255, 255, 0) 100%) 1;
}
section.intro .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  section.intro .grid_cols > *:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  section.intro .grid_cols > *:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  section.intro .grid_cols > *:nth-child(3) {
    order: 3;
  }
}