.section-news {
  margin-top: 10rem;
}

.news-contents {
  margin: 15rem 0 20rem;
}

.news-flex {
  display: flex;
  flex-direction: column;
}

.news-link {
  transition: all 0.3s;
}

.news-link:active,
.news-link:hover {
  background-color: var(--color-lightGray);
}

.news-box {
  display: flex;
  align-items: center;
  gap: 10rem;
  padding: 3rem 1rem;
  border-bottom: 1px solid var(--color-lightGray);
}

.news-box:first-child {
  border-top: 1px solid var(--color-lightGray);
}

.news-date {
  font-size: 1.6rem;
  font-family: var(--font-family-en);
}

/* ******** single ********* */

.section-single {
  margin: 10rem 0 15rem;
}

.single-head {
  margin-bottom: 6rem;
}

.date-single {
  font-family: var(--font-family-en);
}

.single-description {
  margin-bottom: 10rem;
}
