/* CSS dla bloku baner-realizacje */
.baner-realizacje {
	height: 65vh !important;
}

.w-70 {
	width: 70% !important;
}

@media screen and (max-width: 911px){
 
.w-70 {
	width: 90% !important;
}
}