.single-news__wrapper {
  max-width: 70%;
  padding: 1rem;
  margin: 0 auto;
}

.news-content {
  margin-bottom: 2rem;
}
.news-content .news-title {
  line-height: 50px;
  color: #1f234c;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.news-content .news-body {
  font-family: Montserrat, sans-serif;
  opacity: 1;
  align-items: center;
  margin: 0 0 15px;
  padding-top: 0;
  font-weight: 400;
  line-height: 20px;
  color: #1f1a1a;
  text-align: left;
  justify-content: flex-start;
  font-size: 14px;
  display: block;
}
.single-news__wrapper .back-link {
  font-family: Montserrat, sans-serif;
  opacity: 1;
  margin: 0 0 15px;
  padding-top: 0;
  font-weight: 400;
  line-height: 20px;
  color: #1f1a1a;
  text-align: left;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
@media (max-width: 40rem) {
  .single-news__wrapper {
    max-width: 100%;
  }
}
