.elg-news-content {
  font-weight: 400;
}
.news-main-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}
.news-label {
  display: inline-block;
  margin-bottom: 10px!important;
  padding: 2px 8px 4px;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.news-product-release-date {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: bold;
}
.news-product-description {
  margin-bottom: 10px;
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-product {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.news-product-detail {
  width: calc((800px - 20px) / 2);
}
.news-product-image {
  width: 300px;
  margin: 0 auto;
}
.news-product-image img {
  width: 100%;
  height: auto;
}
.news-product-text {
  font-size: clamp(12px, 3.2vw, 14px);
}
.news-product-label {
  display: inline-block;
  padding: 1px 30px;
  background: #b39d51;
  font-size: clamp(10px, 2.67vw, 12px);
  color: #fff;
}
.news-later {
  padding: 24px 0 10px;
  border-top: dashed 1px #cfcfcf;
  font-size: clamp(12px, 3.2vw, 14px);
}
