.events__banner {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/eventBG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.events__banner .banner__title {
	padding-top: 60px;
}

.events__banner .banner__subtitle {
	padding-bottom: 60px;
}

.eventsNav__container {
	margin-top: 64px;
	display: grid;
	grid-template-columns: 330px 330px;
	gap: 16px;
	justify-content: center;
}

.eventsNav__container .dark-link .outlineButton {
	width: 100%;
	padding: 23px 0;
}

@media screen and (max-width: 767px) {
	.eventsNav__container {
		display: flex;
		flex-direction: column;
	}
}
