.article-lead-space-webevo .articleLeadSpaceWebEvo-minRead::before {
  content: '|';
  padding-right: 24px;
  color: #b3b3b3;
}
@media (max-width: 991px) {
  .article-lead-space-webevo .articleLeadSpaceWebEvo-minRead::before {
    display: none;
  }
}
@media (max-width: 1400px) {
  .article-lead-space-webevo .info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-lead-space-webevo .socialshare strong {
  display: unset !important;
}
.article-lead-space-webevo .articleLeadSpaceWebEvo-image {
  overflow: hidden;
}
.article-lead-space-webevo .articleLeadSpaceWebEvo-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  object-fit: cover;
}
.article-lead-space-webevo .articleLeadSpaceWebEvo-author .articleLeadSpaceWebEvo-author-picture img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.article-lead-space-webevo .articleLeadSpaceWebEvo-author .articleLeadSpaceWebEvo-author-text-job {
  max-width: 50ch;
}
