

#lead .home-center {

	padding-bottom: 50px;
	border-bottom:2px solid #3a548f;
		
	 
}


#lead .pobierz {
	padding: 12px 10px;
	margin-top:30px;
}

#lead h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-top: 7%;
	margin-bottom: 10px;
	color:#3a548f;
}

#lead h2 {
	font-size: 1.4em;
	padding-top:30px;
	line-height: 2;
	color:#000;
}
#lead h3 {
	font-size: 2em;

	line-height: 2.5;
	color:#000;
}
#lead h5 {
	font-size: 1.8em;
font-weight: 100;
	line-height: 2;
	color:#000;
}


#lead .logo-top {
	height:45px;
	margin-top: 10px;
	margin-left: 0px;
}

#lead p {
	color: #222;
	margin: 20px 0px 0px 0px;
	line-height: 1.5em;
}

#formularz {
	border-radius: 10px;
}
.mt40{margin-top: 40px}
.program{
	font-size: 26px;color: #d44998;font-weight: 700;
	
}

@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;
	}
}