/* CSS dla bloku baner-szesciokaty */
.baner-szesciokaty {
	/* Style tutaj */
}
.zdjecia-szesciokaty img{
	clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
	height: 32vh !important;
	width: 20vw !important;
}
.przesuniecie{
	margin-left: -10rem !important;
	margin-top: 11rem !important;
}
.kwadrat-tlo{
	position: absolute;
	left: 0 !important;
	top: 15% !important;
	width: 60% !important;
	height: 60% !important;
	background-color: #EAEAEA !important;
	border-radius: 30px !important;
}
.kolo-tlo{
	position: absolute;
	right: 20% !important;
	bottom: 0% !important;
	width: 30rem !important;
	height: 30rem !important;
	background-color: #EAEAEA !important;
	border-radius: 50% !important;
}
.baner-szesciokaty-tekst{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;

}
.baner-szesciokaty__title{
	font-size: clamp(2.6rem, 4vw, 3.2rem);
	width: 50% !important;
    font-weight: 400;
}
.btn-black{
	border: solid 1px black !important;
	color: black !important;
	border-radius: 50px !important;
}
.btn-blue{
	border: solid 1px #28538E !important;
	color: white !important;
	background-color: #28538E !important;
	border-radius: 50px !important;
}