.pricing-features {
	padding: 45px 0;
}

.pricing-features-section-title {
	text-align: center;
	margin-bottom: 45px;
}

.pricing-features-inner {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.pricing-features-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 45px;
	height: 45px;
	margin-right: 25px;
}

.pricing-features-text {
	width: 80%;
	text-align: justify;
}
.pricing-features-text p.title {
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.pricing-features-text {
		width: 75%;
	}
}