.news-modal {
  padding-right: 0;
}

.news-body-modal {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
}

.news-modal-content {
  padding-right: 40px;
}

.news-modal-item {
  margin-bottom: 30px;
  text-align: left;
}

.news-modal-image {
  max-height: 400px;
  max-width: 100%;
}