

.govde_hizmetler {
	display: flex;
	align-content: center;
	justify-content: center;
	margin:0;
}

.wrapper {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 2px;
	flex-wrap: wrap;

}

.box {
	width: 150px;
	margin: 6px;
	box-sizing: border-box;
	flex-grow: 1;
	padding: 15px;
}

.box  > h1 {
	font-size: 100%;
}

.box > p {
	font-size: 80%;
	color: #757575;
}

.box > hr {
	width: 40px;
	border: none;
	height: 1px;
	background-color: #757575;
	margin-left: 0px;
}

.box > i {
	margin: 0px;
	background: -webkit-gradient(linear, left top, right bottom, from(#802775), to(#dc071d));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
}