.hero-section{
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-section .img-news-hero{
  width: 100%;
  max-height: 933px;
  object-fit: cover;
  border-radius: 15px;
}

.news-content-section{
  margin-bottom: 50px;
}
.news-content-section .news-content-date{
  color: var(--primary);
  font-weight: 700; /*500*/
}
.news-content-section .news-content-title{
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 30px;
}

.news-content-section .share-container{
  display: flex;
  align-items: center;
  padding: 50px 40px;
  flex-wrap: wrap;
}
.news-content-section .share-container .share-list{
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-content-section .other-news-title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}