.features-cta {
	padding: 60px 15px;
}
@media (min-width: 821px) {
	.features-cta {
		padding: 60px 30px;
	}
}
.features-cta .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
@media (min-width: 481px) {
	.features-cta .container {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}
.features-cta .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
	width: 100%;
	padding: 1% 3%;
	text-align: center;
}
@media (min-width: 481px) {
	.features-cta .item {
		margin-bottom: 0;
		width: 31.3333%;
	}
}
@media (min-width: 481px) {
	.features-cta .item:nth-child(2) {
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
}
.features-cta .item:last-child {
	margin-bottom: 0;
}
.features-cta .item img {
	margin-bottom: 1rem;
	width: 200px;
	height: auto;
}
@media (min-width: 321px) {
	.features-cta .item img {
		width: 110px;
	}
}
@media (min-width: 821px) {
	.features-cta .item img {
		width: 160px;
	}
}
@media (min-width: 1025px) {
	.features-cta .item img {
		width: 200px;
	}
}
@media (min-width: 321px) {
	.features-cta .item h4 {
		font-size: 20px;
	}
}
.features-cta .item .btn {
	margin-top: auto;
}
