body .stm_events_list_style_5 .stm_event_single_list {
	display: block;
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 30px;
}

body .stm_events_list_style_5 .stm_event_single_list__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 220px;
	padding: 44px 30px 30px;
	background-color: #00ac4f;
	text-align: center;
}

body .stm_events_list_style_5 .stm_event_single_list__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	width: 100%;
	text-decoration: none;
	color: #fff;
}

body .stm_events_list_style_5 .stm_event_single_list__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	background-color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

body .stm_events_list_style_5 .stm_event_single_list__icon i {
	font-size: 53px;
	line-height: 1;
}

body .stm_events_list_style_5 .stm_event_single_list__text {
	width: 100%;
	margin-top: 30px;
}

body .stm_events_list_style_5 .stm_event_single_list__text p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

body .stm_events_list_style_5 .stm_event_single_list .hasButton {
	position: relative;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

body .stm_events_list_style_5 .stm_event_single_list .hasButton:before,
body .stm_events_list_style_5 .stm_event_single_list .hasButton:after {
	display: none;
}

body .stm_events_list_style_5 .stm_event_single_list .hasButton a {
	color: #fff !important;
	text-decoration: none;
}

body .stm_events_list_style_5 .stm_event_single_list .hasButton a:hover,
body .stm_events_list_style_5 .stm_event_single_list .hasButton a:focus {
	color: #fff !important;
	opacity: 0.85;
}

@media (max-width: 1023px) {
	body .stm_events_list_style_5 .stm_event_single_list {
		width: 49.9%;
	}
}

@media (max-width: 550px) {
	body .stm_events_list_style_5 .stm_event_single_list {
		width: 100%;
	}

	body .stm_events_list_style_5 .stm_event_single_list__text p {
		font-size: 18px;
		line-height: 1.5;
	}
}
