#align-title .elementkit-commentor-details.client_center{
    display: flex !important;
    align-items: center !important
}
#align-title .elementpress-commentor-content:before {
    content: "";
    position: absolute;
    -webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	left: 0px;
	top: -80px;
	font-size: 40px;
	z-index:3;
	color: #6520c4;
    
}