@charset "utf-8";
/* CSS Document */
h1.h1.block-topic-page--article-header {
  margin-left: 140px;
  color: #22304F;
}
#text {
  margin: 0px 0px 0px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 1.8rem;
}
#text a {
  color: #0a609e;
}
@media screen and (max-width: 670px) {
  h1.h1.block-topic-page--article-header {
    margin-left: inherit;
  }
  #text {
    margin: 0;
    display: block;
    line-height: 1.6rem;
  }
}