#call-for-issues {
	text-align: center;
}

#call-for-issues img {
	height:60px;
	border-radius: 50px 50px 50px 50px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
}

#call-for-issues img:hover{
	opacity: 0.5;
	transition: all .5s ease-in-out;
}