.elementor-1919 .elementor-element.elementor-element-6e336cb{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-c5efdb3 */.in-the-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}

.news-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.news-source {
  margin: 0 0 12px;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.news-card h2 {
  margin: 0 0 16px;
  font-size: 1.35em;
  line-height: 1.25;
}

.news-card p {
  line-height: 1.65;
}

.news-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  text-decoration: none;
}

.news-card a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .in-the-news {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */