.anonym-services {
	color: #fff;
	padding-bottom: 20px;
	min-height: 183px;
	background: #6fbffe; /* Old browsers */
	background: -moz-linear-gradient(top, #6fbffe 0%, #4e8cc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6fbffe 0%,#4e8cc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6fbffe 0%,#4e8cc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbffe', endColorstr='#4e8cc7',GradientType=0 ); /* IE6-9 */
	position: relative;
}

.anonym-services a {
	color: #fff;
}
.anonym-services a:hover {
	color: #23527c;
}

.anonym-services ul {
	padding-left: 20px;
}

.anonym-services li {
	margin-bottom: 0.7em;
}

.anonym-services img {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 991px) {
	.anonym-services img {
		width: 260px;
	}
}