.news {
  margin-top: 8px;
}
.news .title {
  margin-top: 20px;
  padding-bottom: 30px;
}
.news .title .labelStyle {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.news .title .labelStyle::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.news .title .labelStyle::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.news__detail {
  margin-top: 8px;
  margin-top: 20px;
}
.news__detail .detail figure.image {
  clear: both;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
.news__detail .detail figure.image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .news__detail .detail figure.image {
    width: 90vw !important;
  }
}
