.events-head{
	border-bottom: 2px solid #930000;
	font-size: 30px;
	padding: 10px 0;
}

.events-group li{
	padding: 10px 0;
}

.section-events{
	overflow: scroll;
	height: calc(100% - 120px);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.section-para::-webkit-scrollbar{
	display: none;
}

.event-title{
	display: flex;
}

.event-icon{
	width: 40px;
	height: 40px;
}

.event-info{
	padding: 0 10px;
	width: calc(100%-50px);
}


@media (max-width: 1000px){
	.events-head{
		margin: 0 40px;
		width: calc(100% - 80px);
	}

	.events-group li{
		margin: 0 40px;
		width: calc(100% - 80px);
	}

	.section-events{
		width: 100%;
		max-width: 600px;
	}

	.events-footer{
		width: 100%;
		height: 60px;
	}
	.section-collage{
		display: none;
	}
}

@media (min-width: 1000px){
	.section-events{
		margin: 60px;
		flex: 1.2;
	}

	.events-head{
		width: 100%;
	}
	
	.events-footer{
		display: none;
	}

	.section-collage{
		padding: 0 50px;
		flex: 0.8;
		text-align: center;
	}
	.section-collage img{
		width: 300px;
	}
}

