.content {
  display: flex;
  flex-direction: column;
  row-gap: 5rem !important;
}

.article-content {
  display: flex;
  column-gap: 5rem;
}

figure img {
  border-radius: 2rem;
  height: 550px;
}

article h2 {
  line-height: 2.5rem;
}

article h2 {
  margin-bottom: var(--indent-2);
  padding-top: 1.3rem;
}

article h2:first-of-type {
  padding: 0;
}

.publication > li > a {
  text-decoration: underline;
  color: var(--text-secondary);
}

.publication > li {
  margin-bottom: var(--indent-3);
}

@media screen and (max-width: 850px) {
  figure img {
    display: none;
  }
  .article-content {
    column-gap: 0;
  }

}

@media screen and (max-width: 1380px) {
  figure img {
    height: 350px;
    margin-top: 3rem;
  }
  .article-content {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 1600px) and (min-width: 1380px) {
  figure img {
    height: 450px;
  }

}
