.feature-section {
	margin: 50px 0;
}
.feature-section .items {
	flex-wrap: wrap;
	gap: 30px 50px;
	max-width: 1100px;
	margin: 0 auto;
}
.feature-section .item {
	flex: 1 1 calc(33.33% - 33.33px);
}
.feature-section .item .image {
	padding: 0;
	width: 265px;
	max-width: 100%;
	margin: 0 auto;
}
.feature-section .item h3 {
	font-size: 26px;
	color: var(--color-1);
	margin: 35px 0;
}
.feature-section .sec-content {
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.feature-section .item {
		flex-basis: 100%;
	}
}
