.pictograms-content {
	width: 60%;
	margin: auto;
}
.pict-list {
	margin:0 auto;
}
.pict-list ol,
.pict-list ul {
	list-style:none;
	padding: 0 !important;
}
.pict-list-gutter {
	padding:0;
}
.pict-list-item {
	border-bottom:1px solid #cdcdcd;
	padding-bottom:2em;
	margin-bottom:2em;
}
.pict-list-text {
	padding: 1em 0;
	text-align: justify;
}

@media (min-width:600px) {
	.image-list-gutter {
		display:table;
	}
	.pict-list-image,
	.pict-list-text {
		display:table-cell;
		vertical-align:top;
	}
	.pict-list-text {
		padding: 0 0 0 38px;
	}
	.pict-list-image {
		min-width:150px;
	}
	.pict-list-src {
		width:100%;
		max-width:150px;
	}
}

@media (min-width:764px) {
	.pict-list-text {
		padding: 0 0 0 48px;
	}
	.pict-list-image {
		min-width:120px;
		max-width:120px;
	}
}