.features {
		background: lightgrey;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
}

	.features-title {
		margin-bottom: 50px;
	}


ul.features-ul {
	padding: 0 10px;
	height: 580px;
}

[class*="-row"] {
	flex-wrap: wrap;
}

.features-item {
	margin: 0 10px 50px;
	width: 44%;
}

h4 {
	font-size: 12px;
	max-height: fit-content;
	text-align: left;
	line-height: 18px;
}

.features-items-description {
	font-weight: 400;
	font-size: 12px;
	text-align: left;
}

@media (min-width: 992px) {
	[class*="-row"] {
		flex-wrap: nowrap;
	}

	.features {
		padding: 50px 0 0 0;
	}

	ul.features-ul {
		display: flex;
		flex-direction: column;
		list-style-type: none;
		margin: 0;
		padding: 0 50px;
		height: 195px;
		transition: height ease-out 0.8s;
	}

	.features-item-row {
		flex-direction: row;
		margin: 0 0 45px 0;
		height: 150px;
		max-height: 150px;
		overflow: hidden;
	}

	.features-item-row:last-child {
		margin: 0;
	}

	.features-item {
		margin: 0 30px 50px;
		width: 22%;
	}

	h4 {
		height: 40px;
		text-align: left;
	}

	.features svg {
		width: 60px !important;
		height: 40px !important;
		vertical-align: middle;
	}

	.features svg:hover {
		cursor: pointer;
	}

	.features-load-more {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	.features-items-description {
		height: 100px;
		max-height: 100px;
		overflow: hidden;
		text-align: left;
	}

	.load-more-text {
		color: black;
	}

	.load-more-text:hover {
		cursor: pointer;
	}
}
