.news-wrapper,
#events .text-black {
  max-height: none;     /* remove height restriction */
  overflow: visible;    /* default flow */
  padding-right: 0;
  scroll-behavior: auto;
}

/* Remove any custom scrollbar styling */
.news-wrapper::-webkit-scrollbar,
#events .text-black::-webkit-scrollbar,
.news-wrapper::-webkit-scrollbar-thumb,
#events .text-black::-webkit-scrollbar-thumb {
  display: none;
}
