.height-photo {
	min-height: 150px;
}
.h-90 {
	height: 70%;
}
.h-90 {
	height: 70%;

}

.text-red{
	color: var(--czerwony);
}

 
.background-red{
	background-color: var(--czerwony) !important;
}

.text-red{
	color: var(--czerwony);
}


@media screen and (max-width: 911px) {
	.height-photo {
		min-height: 400px;
	}
}