#news #article section#text a {
  text-decoration: underline;
}
#news #article section#text p + h4 {
  margin-top: 3rem;
}
#news #article section#text figure {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 5rem;
  width: 100%;
  max-width: 1080px;
}
#news #article section#text figure > img {
  width: 43%;
  max-width: 100%;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #news #article section#text p {
    font-size: 3.33vw;
  }
  #news #article section#text figure {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  #news #article section#text figure > img {
    width: 46%;
  }
}/*# sourceMappingURL=style_20260707.css.map */
