.singleSec{
  width: 100%;
  margin-bottom: 3rem;
}
.singleTitle{
  text-align: center;
  margin: 6rem auto 2rem;
}
.singleContent{
  width: 80%;
  margin: 1rem auto;
  padding: 2rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.5);
  border-right:  1px solid rgba(33, 33, 33, 0.5);
  overflow-wrap: break-word;
}
.prev_next_list{
  display: flex;
  column-gap: 3rem;
  justify-content: center;
  align-items: center;
}

/* category=news_info */
.newsTitle{
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 2rem;
  width: 80%;
  margin: 0 auto 3rem;
}

