.we-news {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 3px solid #eee;
}

.we-news h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  position: relative;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--brand-primary);
  font-size: 1.8rem;


}

.we-news h1::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 0.5rem;
  background-color: var(--brand-primary);
}

.we-news-content {
  font-size: 1.125rem;
  line-height: 1.8;
}

.we-news-content p+p {
  margin-top: 1.5rem;
}


.we-news-date {
  font-size: .875rem;
  color: var(--bs-secondary-color);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;

}

.we-news-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: .75rem;
}