.image-list-container {
	margin-top: ;
}

.image-list-item {
    display: flex;
    margin-bottom: 32px;
}

.item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    max-height: 76px;
    margin-right: 24px;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
}

.item-image img {
	
}

.item-text {
    flex: 1;
}