

.modul-71-tytul {
    font-size: 18px;
    text-align: left;
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #343434;
}
.modul-71-tytul strong:first-child
{
	font-family: 'Commissioner', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0c3c64;
}
.modul-71-tytul strong:last-child
{
	
}

.modul-71-wiecej {
	display: block;
	width: 152px;
	background: linear-gradient( 
	0deg
	 , rgba(2,0,36,1) 0%, rgba(12,38,81,1) 0%, rgba(17,56,103,1) 0%, rgba(20,70,120,1) 22%, rgba(21,74,124,1) 100%);
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border-radius: 0.5rem;
	text-transform: none;
}
.modul-71-wiecej:hover 
{
	opacity: 0.6;
}
.modul-start-nadchodzace-wydarzenie
{
	margin-bottom: 16px;
	background: white;
	border-radius: 0.5rem;
	padding: 24px 24px 24px 24px;
	border: 1px solid #d0d0d0;
}

.modul-71-licznik {
	display: flex;
	border-top: 1px solid #124a7d;
	border-bottom: 1px solid #124a7d;
	margin-bottom: 24px;
}
.modul-71-licznik div {
	flex: 1 0 25%;
	min-width: 25%;
	text-align: center;
	padding: 16px 0px;
	color: #2b2b2b;
}
.modul-71-licznik div:nth-child(1) {

}
.modul-71-licznik div:nth-child(2) {

}
.modul-71-licznik div:nth-child(3) {

}
.modul-71-licznik div:nth-child(4) {

}
.modul-71-licznik div p{
	margin: 0;
	padding: 0;
}
.modul-71-licznik div p:first-child {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 16px;
}
.modul-71-licznik div p:last-child {
	font-weight: 400;
	font-size: 16px;
	text-transform: lowercase;
	
}
.modul-71-licznik div p::first-letter
{
	text-transform: uppercase;
}
.modul-start-nadchodzace-wydarzenie-tytul
{
	font-family: 'Commissioner', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
}

@media all and (min-width: 640px) and (max-width: 1279px){
	.modul-71-licznik div {
		flex: 1 0 25%;
		min-width: 25%;
	}
}
