/* CSS dla bloku wizytowka */
.wizytowka p{
	color: #7e7e7e;
	font-size: 13px;
}
.naklad{
	bottom: -20%;
	background-color: white;
	padding: 15px;
	text-align: center;
	border: #e0e0e0 solid 1px;
}
.red{
	color: #ea2e0d !important;
	font-size: 12px;
}
.border-wiz{
	border: #e0e0e0 solid 1px;
}
.przycisk-full{
	background-color: #ea2e0d !important;
	color: white !important;
	text-decoration: none !important;
	padding: 10px 15px !important;
	font-family: 'Playfair Display', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	width: fit-content !important;
}
.wizytowka h3{
	font-size: 20px;
}
.wizytowka h2{
	font-size: 26px;
}
.wizytowka {
	border-bottom: #e0e0e0 solid 1px;
}