/* Add here all your CSS customizations */



#lead .pobierz {
	padding: 10px 10px;
	border-radius: 6px;
	margin:40px 0px;
}

#lead h1 {
	font-size: 3em;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	
}

#lead h2 {
	margin-bottom: 30px;
	margin-top: 1%;
	line-height: 1.2em;
	
}

#lead .logo-top {
	height: 75px;
	margin: 20px  20px 0px 20px;
}

#lead p {
	color: #222;
	margin: 10px 0px;
}

#formularz {
	border-radius: 10px;
}
.image{
	
	padding-left: 20px;
	
	
}

@media screen and (max-width: 991px) {
	#lead .home-center {
		top: 0;
		transform: none;
		position: inherit;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#lead .top-height {
		height: auto;
		min-height: 100vh;
	}
	#lead .logo-top {
	height: 60px;
	margin: 20px 0 0 20px;
}
}