/* CSS dla bloku casestudy */
.casestudy {
	/* Style tutaj */
}
.h-casesudy{
	height: 35vh !important;
}
@media (max-width: 767px){
	    .h-casesudy{
	height: auto !important;
	box-sizing: border-box !important;
}
}