.section-line-post {
  width: 100%;
  height: 1px;
  background: #CDD2D8;
}

.section-category-title {
  color: var(--Gray-900, #061C3D);
/* Heading/03 */
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
letter-spacing: -0.8px;
width: 1320px;
}

.section-category-title a{
  color: var(--Gray-900, #061C3D);
}

.news-detail{
  width: 1320px;
  z-index: 299;
}

@media (min-width: 768px) and (max-width: 1280px){
    .news-detail{
        width: 100%;
    }
}

.news-detail-heading {
color: var(--Gray-900, #061C3D);
/* Heading/01 */
font-family: Inter;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 107.143% */
letter-spacing: -1.12px;

}

.news-detail-info {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
align-self: stretch;
padding-top: 20px;
}

.news-detail-date {
 color: var(--Gray-900, #061C3D);
text-align: center;
/* Body/Medium/400 */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
display: flex;
gap: 5px;

}

.news-detail-image {
  width: 1320px;
  height: 570px;

}

.news-detail-content p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;

}

.news-detail-content table {
  border: none;
}

.news-detail-content tr:first-child{
  background: #C5D6FC;
border-radius: 10px;
font-size: 18px;
  font-weight: 300;
}

.news-feture-less-doing-more-living {
  color: var(--Gray-700, #42526B);
/* Body/Large/400 */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
}
