.wp_post h2,
.wp-block-post-content h2 {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1em;
  position: relative;
  margin-bottom: 2.5rem;
}
.wp_post h2::before,
.wp-block-post-content h2::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color_red);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
}
.wp_post h2:not(:first-child),
.wp-block-post-content h2:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h2,
  .wp-block-post-content h2 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .wp_post h2:not(:first-child),
  .wp-block-post-content h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.wp_post p,
.wp-block-post-content p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
.wp_post p:not(:first-child),
.wp-block-post-content p:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post p,
  .wp-block-post-content p {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.wp_post img,
.wp-block-post-content img {
  border-radius: 3px;
}