/* CSS dla bloku oferta */
.oferta {
	border-bottom: 0px !important;
}
.oferta .border-wiz {
    height: 100% !important;
	border-bottom: 4px solid #ea2e0d ;
}
.h-wiz:hover img{
	filter: brightness(0.5);
}
.h-wiz{
	cursor: pointer;
	transition: 0.3s;
}