.article-detail__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

.article-detail__block--title h2 {
  margin: 0; }
