.left-container {
 	display: flex;
	justify-content: flex-start;
	align-items: center;
 }

.left-date {
	color: #bbb;
	margin-left: 20px;
 }