﻿
.start_inwestycje_imgs {
	width: 100%;
	text-align: center;
}
.start_inwestycje_block {
	width: 45%;
	margin: 10px 0px;
	display: inline-block;
	color: #000000 !important;
	text-decoration: none !important;
}
.start_inwestycje_block:first-child {
	margin-right: 0px;
}
.start_inwestycje_block:last-child {
	margin-left: 0px;
}
.start_inwestycje_img {
	max-width: 181px;
	padding: 30% 0px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.start_inwestycje_txt {
	display: block;
	height: 38px;
	overflow-y: hidden;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}
.start_inwestycje_txt:before {
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f0da";
	color: #2FAE21;
	padding: 0px 3px 0px 0px;
}