.article .at-uspList__list {
	max-width: 1180px;
	margin: 0 auto;
	padding: 1rem;
	font-size: 0;
	list-style: none;
}

.article .at-uspList__item {
	position: relative;
	display: block;
	margin: 0;
	padding: .5em 1.75rem .5em;
	font-size: 1.29rem;
	line-height: 1.4;
}

.article .at-uspList__item:before {
	display: none;
}

.at-uspList__itemImage,
.at-uspList__itemIcon {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
}

.at-uspList__itemImage {
	width: 32px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: 32px;
}

.at-uspList__itemIcon {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

.at-uspList__itemIcon:before {
	height: 32px;
	width: 32px;
	margin-left: 0;
	margin-right: 15px;
	font-size: 1.7em;
	text-shadow: none;
	line-height: 32px;
}

.at-uspList__itemTitle {
	display: inline-block;
	vertical-align: middle;
}

.at-uspList__itemImage + .at-uspList__itemTitle {
	width: calc(100% - 47px);
}

.at-uspList__itemIcon + .at-uspList__itemTitle {
	width: calc(100% - 47px);
}

@media (min-width: 568px) {
	.at-uspList--center {
		text-align: center;
	}

	.article .at-uspList__item {
		display: inline-block;
		padding-top: 1em;
		padding-bottom: 1em;
        white-space: nowrap;
	}
}

@media (max-width: 768px) {
	.at-uspList--nowrap .at-uspList__list {
		white-space: nowrap;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.at-uspList--nowrap .at-uspList__item {
		display: inline-block;
	}
}
