.prevEvents{padding:0 0 100px 0;}
.prevEventsItemsWrap{
	display:flex;
	flex-wrap:wrap;
	width:-webkit-calc(100% + 40px);
	width:calc(100% + 40px);
	margin:0 -20px;
}
.prevEventsItem{
	display: flex;
	width:33.333%;
	padding:0 20px 40px;
}
.prevEventsItem_a{
	display: flex;
	flex-direction: column;
	text-decoration:none;
}
.prevEventsItemTextWrap{
	background:#F5F5F6;
	display:flex;
	min-height:368px;
	flex-grow: 1;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	padding:30px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.prevEventsItemImgWrap{
	height:210px;
}
.prevEventsItemDate{
	color:#667B8A;
	font-size:16px;
	margin:0 0 20px 0;
}
.prevEventsItemTitle{
	font-family: Heebo;
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	margin:0 0 20px 0;
}
.prevEventsItemText{margin:0 0 20px 0;}
.prevEventsItemReadMore{
	background:url(../../../images/read_more_arrow.svg) left center no-repeat;
	margin:auto 0 0 0;
	color:#4B3FC9;
	padding:0 0 0 30px;
}
.morePrevEventsBtnWrap{
	text-align:center;
}
.morePrevEventsBtn{
	width:373px;
	max-width:100%;
}


@media screen and (min-width:992px){
    .lastPosts_itemImg{-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease;}
	.prevEventsItemImg, .hpLastVideosItemImg, .hpPurpleSwiperItemImg{-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
	.lastPosts_item:hover .lastPosts_itemImg,
	.prevEventsItem_a:hover .prevEventsItemImg,
	.hpPurpleSwiperItemImgWrap:hover .hpPurpleSwiperItemImg,
	.hpLastVideosItem:hover .hpLastVideosItemImg{
		-webkit-transform:translate(-50%,-50%) scale(1.05);
		transform:translate(-50%,-50%) scale(1.05);
	}
	.prevEventsItem_a:hover .prevEventsItemTextWrap{background:#E8E8EA;}
}


@media screen and (max-width:1024px){
    .prevEvents{padding:0 0 70px 0;}
	.prevEventsItemsWrap{width: -webkit-calc(100% + 20px);width: calc(100% + 20px);margin: 0 -10px;}
	.prevEventsItem{padding:0 10px 20px;}
}

@media screen and (max-width:991px){
    .prevEventsItem{width:50%;}

}

@media screen and (max-width:767px){
    .prevEventsItemImgWrap{height:180px;}
	.prevEventsItemTextWrap{min-height:320px;padding:20px;}
	.prevEventsItemTitle{font-size:20px;line-height:26px;}
	.prevEventsItemText{font-size:16px;}
}

@media screen and (max-width:599px){
    .prevEventsItem{width:100%;}
    .prevEventsItemImgWrap{height:270px;}
}

@media screen and (max-width:479px){
    .prevEventsItemImgWrap{height:210px;}

}
