#front-elements {
  pointer-events: none;
}

.news-more-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.875em;
}

#news-more-button {
  --color: var(--fontColor);
  --secondaryColor: var(--backgroundColor);
  margin-top: 7.425em;
  padding: 0px 3.125em;
  font-size: inherit;
  height: 4.3em;
}

#news-more-button div {
  font-size: var(--fs1-875);
}

#news-grid-content {
  height: max-content;
}