/* Hero Image */
.news-hero {
  width: 100%;
  height: 555px;
  overflow: hidden;
}

.news-hero-image {
  width: 1920px;
  max-width: 100%;
  height: 555px;
  object-fit: cover;
  display: block;
}

/* Content Area */
.news-content {
  margin-top: 80px;
  padding-bottom: 120px;
}

/* Title */
.news-title {
  margin-top: 15px;
}

/* Body Text */
.news-body {
  margin-top: 23px;
}

.news-body p {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-dark);
  margin-bottom: 24px;
}

.news-body p:last-child {
  margin-bottom: 0;
}
