.news-detail {
  padding-top: 1rem;
  max-width: 58.25rem;
  width: 100%;
  margin: 0 auto;
}
.news-detail__banner {
  width: 100%;
  max-height: 15.25rem;
  border-radius: 1.5rem;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .news-detail__banner {
    max-height: 27.125rem;
  }
}
.news-detail__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail__title {
  font-size: 0.9625rem;
}
@media (min-width: 1024px) {
  .news-detail__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .news-detail__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.news-detail p {
  font-size: 0.9625rem;
  line-height: 1.5rem;
}