/* CSS dla bloku przerywnik-rozmycie */
.przerywnik-rozmycie {
	background-position: center;
	border-radius: 30px !important;
}
.przerywnik-rozmycie__content {
	background: linear-gradient(0deg, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0)),linear-gradient(0deg, rgba(9, 169, 201, 0.2), rgba(9, 169, 201, 0.2));
	backdrop-filter: blur(20px);		
	color: white !important;
	width: 60% !important;
	border-radius: 30px !important;
}
.przerywnik-rozmycie .btn{
	border-radius: 50px !important;
	background-color: #28538E !important;
	color: white !important;
}
.btn{
	border: none !important;
	font-weight: lighter !important;
}