.icon-text-list {
	margin-bottom: 3em;
}

.icon-text-list .container {
	background: #EFF2F5;
	padding-top: 6.36em;
	padding-bottom: 6.36em;
}

.icon-text-list .subtitle, 
.icon-text-list h2 {
	text-align: center;
}

.icon-text-list .col-md-4 {
	margin-bottom: 3em;
}

.icon-text-list h2 {
	margin-bottom: 0.8em;
}

.icon-text-list .icon {
	max-width: 3.5em;
	height: 55px;
	margin-bottom: 0.7em;
}

.icon-text-list .description {
	max-width: 24.3em;
	line-height: 1.64;
	color: #444;
}

.icon-text-list .button {
	margin-top: 2em;
}

@media (min-width: 1200px){
	.icon-text-list .col-md-4.offset-md-2 {
		left: -1em;
	}

	.icon-text-list .col-md-4:not(.offset-md-2) {
		left: 3em;
	}
}

@media (max-width: 767px){
	.icon-text-list {
		text-align: center;
	}

	.icon-text-list .description {
		margin: auto;
	}
}

@media (max-width: 480px) {
	.icon-text-list {
		text-align: center;
	}

	.icon-text-list .container {
		padding-top: 5.7em;
		padding-bottom: 5.7em;
		margin: 0 15px;
		width: calc(100% - 30px);
	}

	.icon-text-list .button {
		margin-top: 0;
	}
}