.xsd-section-item {
    margin: 8px 20px;
	display: flex;
	flex-direction: row;
	
	background: #fafafa;
	background: #2f2d38;
}

.xsd-section-item .img {
	flex: none;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center center;
}
.xsd-section-item .title {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 16px;
	
	font-size: 16px;
	font-weight: bold;
	
	color: white;
	
}
