.section-article {
  padding: 3.33333vw 4.44444vw 4.44444vw;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .section-article {
    padding: 20px;
    gap: 20px;
  }
}
.section-article .section__header {
  max-width: 72.22222vw;
}
@media (min-width: 1200px) {
  .section-article .section__header {
    max-width: 100%;
  }
}

.article {
  line-height: 2;
  --img-margin-top: 2.77778vw;
  --img-margin-bottom: 2.77778vw;
  --p-margin-top: 2.77778vw;
  --p-margin-bottom: 2.77778vw;
  --h-margin-top: 6.66667vw;
  --h-margin-bottom: 2.77778vw;
  --l-margin-top: 2.77778vw;
  --l-margin-bottom: 2.77778vw;
  --h-line-height: 1.125;
}
@media (min-width: 1200px) {
  .article {
    line-height: 1.5;
    --img-margin-top: 20px;
    --img-margin-bottom: 20px;
    --p-margin-top: 20px;
    --p-margin-bottom: 20px;
    --h-margin-top: 20px;
    --h-margin-bottom: 20px;
    --l-margin-top: 20px;
    --l-margin-bottom: 20px;
    --h-line-height: 1.2;
  }
}

/*# sourceMappingURL=critical.css.map */
