.sections_LEAN.blog .element .content {
  max-width: calc(var(--base) * 200) !important;
}

.sections_LEAN.blog .element .content .column .article_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: var(--medium);
  width: calc(100% - 0px);
  height: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.sections_LEAN.blog .element .content .column .article_body .subtitle, .sections_LEAN.blog .element .content .column .article_body .textual_content, .sections_LEAN.blog .element .content .column .article_body ul, .sections_LEAN.blog .element .content .column .article_body ul li {
  width: calc(100% - 0px);
  height: auto;
  color: var(--texts);
}

.sections_LEAN.blog .element .content .column .article_body ul {
  width: calc(100% - var(--large));
  padding-left: var(--large);
}

.sections_LEAN.blog .element .content .column .article_body .textual_content a, .sections_LEAN.blog .element .content .column .article_body ul li a {
  color: inherit !important;
}

.sections_LEAN.blog .element .content .column .article_body img, .sections_LEAN.blog .element .content .column .article_body video {
  width: calc(100% - var(--minimum));
  height: auto;
  margin: 0px auto;
  border: 1px solid var(--placeholder);
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.08));
  border-radius: var(--small);
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

@media (min-width: 1760px) {
  .sections_LEAN.blog .element .content {
    max-width: calc(var(--base) * 270) !important;
  }
}

