.trans-news-detail-wrapper .header {
  padding: 130px 2vw 15px 2vw;
  background-color: #0F0F1E;
  background-size: cover;
  background-position: top;
}
.trans-news-detail-wrapper .main-content {
  padding: 27px 2vw 27vw 2vw;
}
.trans-news-detail-wrapper .main-content .content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000 !important;
}
.trans-news-detail-wrapper .main-content .content * {
  color: #000000 !important;
}
.trans-news-detail-wrapper .main-content .content figure.image {
  text-align: center;
}
.trans-news-detail-wrapper .main-content .content figure.image img {
  width: 100%;
  display: block;
}
.trans-news-detail-wrapper .title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  letter-spacing: 5px;
  margin-top: 15px;
}
.trans-news-detail-wrapper .news-button {
  cursor: pointer;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
}
.trans-news-detail-wrapper .news-post-time {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
}
.trans-news-detail-wrapper .news-detail-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.trans-news-detail-wrapper .news-detail-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 15px;
}
.trans-news-detail-wrapper .news-relate-post-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.trans-news-detail-wrapper .news-relate-post-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.trans-news-go-back {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}
@media only screen and (max-width: 992px) {
.trans-news-detail-wrapper .header {
    padding: 80px 2vw 30px 2vw;
}
.trans-news-detail-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    letter-spacing: 5px;
}
.trans-news-detail-wrapper .news-relate-post-text {
    margin: 30px 0 20px 0;
}
.trans-news-detail-wrapper .news-relate-post-title {
    font-size: 16px;
    line-height: 24px;
}
}
