.wydarzenia {
	padding: 0  0 100px 0;
}

.wydarzenia h2 {
	color: var(--KTI-GREY, #363844);
	margin: 0;
	padding: 160px 0 40px 0;
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 49.5px */
	letter-spacing: -0.9px;
}

.wydarzenia .events {
	display: flex;
	gap: 20px;
	row-gap: 40px;
	flex-wrap: wrap;
}

.wydarzenia .events .event:nth-child(n) {
	width: calc(60% - 10px);
}

.wydarzenia .events .event:nth-child(n + 2) {
	width: calc(40% - 10px);
}

.wydarzenia .events .event:nth-child(n + 3) {
	width: 100%;
}

.wydarzenia .events .event:nth-child(n + 4) {
	width: calc(40% - 10px);
}

.wydarzenia .events .event:nth-child(n + 5) {
	width: calc(60% - 10px);
}

.wydarzenia .events .event:nth-child(n + 6) {
	width: calc(40% - 10px);
}

.wydarzenia .events .event:nth-child(n + 7) {
	width: calc(60% - 10px);
}

.wydarzenia .events .event:nth-child(n + 8) {
	width: 100%;
}

.wydarzenia .events .event:nth-child(n + 9) {
	width: calc(60% - 10px);
}

.wydarzenia .events .event:nth-child(n + 10) {
	width: calc(40% - 10px);
}

.wydarzenia .events .event img {
	width: 100%;
	height: auto;
}

.wydarzenia .events .event a {
	display: block;
	margin: 10px auto 0 auto;
}

.wydarzenia .events .event a>span:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wydarzenia .events .event a>span:last-of-type {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 0.5px solid #000;
	width: 100%;
	color: var(--Gray-600, #3A3A3A);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%; /* 17.6px */
	letter-spacing: -0.48px;
}

.wydarzenia .events .event a>span>span {
	color: var(--Gray-800, #1D1D1D);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 24px */
	letter-spacing: -0.96px;
}

.wydarzenia .pagination {
	margin-top: 40px;
	text-align: right;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wydarzenia .pagination .page-numbers {
	padding: 0 20px;
	color: var(--KTI-LIGHT-GREY, #D7D7D7);
	/* Desktop/Text/body */
	font-family: Archivo;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	transition: 300ms;
}

.wydarzenia .pagination .page-numbers:hover {
	color: var(--KTI-GREY, #363844);
}

.wydarzenia .pagination .page-numbers.current {
	color: var(--KTI-GREY, #363844);
}

@media only screen and (max-width: 996px) {
	.wydarzenia {
		padding-top: 120px;
		padding-bottom: 40px;
	}

	.wydarzenia h2 {
		display: none;
	}

	.wydarzenia .events .event {
		width: 100% !important;
	}

	.wydarzenia .events .event:nth-child(2n) {
		width: 90% !important;
		margin: 0 0 auto auto;
	}

	.wydarzenia .events .event:nth-child(4n) {
		width: 90% !important;
		margin: auto 0 0 0;
	}

	.wydarzenia .events .event a>span>span {
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.6px;
	}

	.wydarzenia .events .event a>span:last-of-type {
		font-family: Inter;
		   margin-top: 10px;
    	padding-top: 10px;
		font-size: 10px;
		font-style: normal;
		font-weight: 300;
		line-height: 110%; 
	}

	.wydarzenia .pagination {
		justify-content: space-between;
    	align-items: center;
    	text-align: center;
	}
}