h1 {
  margin-top: 200px;
  font-size: 33px;
  font-weight: 800;
  color: var(--primaryColor);
  text-align: center;
}

.newsContainer {
  width: 90%;
  max-width: 1055px;
  margin: 70px auto 0;
}

.news {
  padding: 50px 0;
  border-top: 1px solid var(--fontColor3);
  box-sizing: border-box;
}
.news:last-of-type {
  border-bottom: 1px solid var(--fontColor3);
}

.news dt {
  font-size: 27px;
  letter-spacing: 2px;
  display: flex;
}

.news dt span:first-of-type {
  flex: 0 0 186px;
}

.news dt span:last-of-type {
  flex: 1 1 auto;
}

.news dd {
  margin-top: 10px;
  font-size: 17px;
  letter-spacing: 1px;
}








@media (max-width: 1024px) {
h1 {
  margin-top: 150px;
  font-size: 21px;
  /* font-weight: 800;
  color: var(--primaryColor);
  text-align: center; */
}

.newsContainer {
  /* width: 90%;
  max-width: 1055px; */
  margin: 40px auto 0;
}

.news {
  padding: 40px 0;
  /* border-top: 1px solid var(--fontColor3);
  box-sizing: border-box; */
}
/* .news:last-of-type {
  border-bottom: 1px solid var(--fontColor3);
} */

.news dt {
  font-size: 23px;
  letter-spacing: 1.5px;
  /* display: flex; */
}

.news dt span:first-of-type {
  flex: 0 0 160px;
}

/* .news dt span:last-of-type {
  flex: 1 1 auto;
} */

.news dd {
  margin-top: 10px;
  font-size: 17px;
  /* letter-spacing: 1px; */
}
}








@media (max-width: 560px) {
h1 {
  margin-top: 100px;
  font-size: 20px;
  /* font-weight: 800;
  color: var(--primaryColor);
  text-align: center; */
}

.newsContainer {
  /* width: 90%;
  max-width: 1055px; */
  margin: 40px auto 0;
}

.news {
  padding: 16px 0 30px;
  /* border-top: 1px solid var(--fontColor3);
  box-sizing: border-box; */
}
/* .news:last-of-type {
  border-bottom: 1px solid var(--fontColor3);
} */

.news dt {
  font-size: 18px;
  letter-spacing: 1px;
  /* display: flex; */
  flex-wrap: wrap;
}

.news dt span:first-of-type {
  flex: 0 1 100%;
  text-align: right;
  font-size: 13px;
}

.news dt span:last-of-type {
  /* flex: 1 1 auto; */
  margin-top: 15px;
}

.news dd {
  margin-top: 15px;
  font-size: 15px;
  /* letter-spacing: 1px; */
}
}