.article-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 64px;
}

.article-info__item {
  display: flex;
  align-items: center;
}

.article-info__item-icon:last-of-type {
  display: none;
}

.article-info__item-image img {
  width: 100%;
  height: auto;
  max-width: 38px;
  border-radius: 500px;
  margin-right: 12px;
}

.article-info__item-text {
  font-weight: 600;
  color: #000;
}

.article-info__item-text a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .article-info {
    flex-direction: column;
  }
}
