/* CSS dla bloku przerywnik */
.przerywnik {
	height: 35vh !important;
}
.nakladka-przerwynik{
	background: linear-gradient(263.3deg, rgba(0, 0, 0, 0) 20.35%, rgba(0, 0, 0, 0.5) 83.43%);

}
.kreska-przerywnik{
	width: 40%;
	height: 2px;
	background-color: white !important;
}
.przerywnik h2{
	width: fit-content !important;
}

