.dingbat {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.dingbat::after {
	content: "";
	display: block;
	width: 18px;
	background-image: url(../images/home/dingbat@2x.png);
	background-size: 18px;
	height: 18px;
}

.old-school.tight li { margin-bottom: 4px }

body { font-size: 15px }
.wrapper-da-wrapper,
.wrapper-da-wrapper .wrapper {
	width: 100%;
	max-width: 400px;
}

.header-gem-logo {
    width: 24px;
    height: 24px;
    background-image: url(../images/home/gem-icon-header@2x.png);
    background-size: 24px;
    margin-right: 8px;
}
.header-gem-title {
	font-size: 18px;
	margin: 0 0 0 -6px ;
}
.header-gem-title em {
	font-style: normal;
	opacity: 0.6;
}