.news-detail__title {
  color: #368f3a;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-detail__name {
  margin: 1rem 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.news-detail__name span {
  font-weight: 400;
}

.news-detail__label {
  font-size: 20px;
  color: #368f3a;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.news-detail__answer {
  padding-top: 20px;
  padding-left: 80px;
}

.news__backlink {
  text-align: center;
  margin: 2rem auto;
}

.news .news__backlink .btn {
  background-color: #368f3a;
  color: #fff;
}

.news .news__backlink .btn:hover {
  opacity: 0.75;
}