.news-detail-content .information .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.news-detail-content .information p {
  margin-bottom: 20px;
}

.news-detail-content .information figure {
  width: 100% !important;
  /* position: relative; */
}

.news-detail-content .information img {
  object-fit: cover;
}
