.past-events-section {
  padding: 80px 20px;
  text-align: center;
}

.past-events-header {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4B4D53;
  margin-bottom: 24px;
}

.past-events-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #6B7280;
	margin-bottom: 48px;
	max-width: 897px;
	margin: 0 auto 40px;
}
.past-events-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  column-count: 3;
}

.past-event-item {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #4B4D53;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	white-space: nowrap;
	line-height: 50px;
}
@media screen and (max-width: 1023px) {
	.past-events-list {
		column-count: 2;
	}	
}
@media screen and (max-width: 767px) {
	.past-events-list {
		column-count: 1;
	}	
	.carousel-text-section .container {
		flex-direction: column;
		gap: 40px;
		flex-wrap: wrap;
	}
	.carousel-block{
		width: 100%;
	}
}