.events {
	width: 100%;
}

.events-inner {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin: 0 -12px;
}

.events-item {
	padding: 25px 12px 0;
	width: 100%;
}


.events-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.events-filter select {
	color: var(--color-white);
	cursor: pointer;
	border: 0;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	height: 38px;
	padding: 0 30px 0 8px;
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--heading-font-family), sans-serif;
	background: var(--color-dark) url('../../assets/images/select-arrow.svg') right 10px center no-repeat;
');
}

@media screen and (min-width: 768px) {
	.events-item {
		width: 50%;
	}

	.events-filter select {
		margin-bottom: 0;
		width: auto;
	}
}

@media screen and (min-width: 1025px) {
	.events-item {
		width: 33.333%;
	}
	.events h2 {
		font-size: 48px;
	}
}

@media screen and (min-width: 1280px) {
	.events-item {
		width: 25%;
	}
}
