.article_text p {
  margin-top: 1em;
  margin-bottom: 1em;

  font-size: calc(16 / 1440 * var(--vw));
  line-height: 1.8;
}

@media only screen and (max-width: 812px) {
    .article_text p,
    .article_text figcaption {
        font-size: calc(16 / 375 * var(--vw));
    }
}

@media only screen and (min-width: 1440px) {
  .article_text p {
    font-size: 16px;
  }
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.article_text figure {
    padding-bottom: 20px;
}
.wp-block-image img {
    max-width: 100%;
}

[class^="wp-block-"] figcaption {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    font-style: italic;
    text-align: left;
}

h2 {
      padding-bottom: 18px;
    font-size: 18px;
}