.art {
  padding-top: 2em;
  padding-bottom: 2em;
}
.art .article-commercial {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  justify-content: center;
}
.art .article-commercial .teads-player, .art .article-commercial .teads-inread {
  min-height: 200px;
  height: 200px;
}
.art p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: var(--font-color);
}
.art ul {
  list-style: disc;
}
.art ol {
  list-style: decimal;
}
.art ul, .art ol {
  line-height: 1.8rem;
  padding-left: 1.75em;
}
.art h1 {
  margin: 20px 0 40px 0;
  font-size: 32px;
}
.art h2 {
  font-size: 24.6153846154px;
  margin: 33px 0 16px 0;
}
.art .art__image {
  max-width: 1050px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 30px auto;
}
.art .art__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0 20px 0;
}
.art .caption {
  display: block;
  margin: 5px auto 5px auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.5em;
  text-align: center;
}
.art .caption img {
  width: 100%;
}
.art .caption .caption_text {
  font-size: 10pt;
  padding: 0.75em;
}
.art .art__header {
  max-width: 600px;
  margin: 0 auto;
}
.art .art__content, .art .art__header {
  display: flex;
  flex-direction: column;
}
.art .art__content > img, .art .art__content > p, .art .art__content > h2, .art .art__content > em, .art .art__content > strong, .art .art__content > ul, .art .art__content > div.panel-heading, .art .art__content > div.panel-body, .art .art__header > img, .art .art__header > p, .art .art__header > h2, .art .art__header > em, .art .art__header > strong, .art .art__header > ul, .art .art__header > div.panel-heading, .art .art__header > div.panel-body {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.art .art__content > img, .art .art__header > img {
  max-height: 400px;
  width: auto;
}._socials_vgdqe_1 {
  display: flex;
  gap: 15px;
  align-items: center;
}