.features-content {
	display: flex;
	padding: 40px 100px 40px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.features-content h3 {
	font-family: Agenda;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: black;
}

.features-list .feature-item {
	display: flex;
	gap: 12px;
	border-bottom: 1px solid #54585A;
	padding: 15px 0;
}

.feature-item .feature-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.feature-text .title {
	font-family: Agenda;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	color: black;
	text-transform: uppercase;
}

.feature-text .description {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

@media (max-width: 1000px) {
	.features-content {
		padding: 0px;
	}
}
