.comment {
	position: relative;
	display: flex;
	display: flex;
	border-radius: 0.3rem;
	font-size: 14px;
	gap: 1rem;
	padding: 30px;
	background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
	width: 100%;
}

.comment-avatar {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	border: 3px solid white;
	flex-shrink: 0;
	overflow: hidden;
}
