.pp-list-container .pp-list-items .fa {
	text-align: center;
}

.pp-icon-right .pp-list-items li {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.pp-icon-right .pp-icon-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}