.event-spaces-features {
	display: flex;
	padding: 20px;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	margin: 70px 0px;
	justify-content: center;
}

.event-spaces-features div {
	background: #ECECEB;
	padding: 20px;
}

.event-spaces-features .feature-item .icon {
	padding: 0px;
}

.event-spaces-features div.content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.event-spaces-features h3 {
	color: black;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
}

.event-spaces-features p {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #54585A;
}

.event-spaces-features ul {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1 0 0;
	justify-content: center;
	flex-wrap: wrap;
}

.event-spaces-features ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 280px;
}

.event-spaces-features img {
	height: 42px;
	width: 42px;
}
