/* CSS dla bloku realizacja-prawo-zdjecie */
.realizacja-tlo {
	background-color: #EAEAEA !important;
}
.kreska-realizacja-full {
    width: 200%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
.realizacja-prawo-zdjecie .btn{
    background-color: #395C7D !important;
    border-radius: 50px !important;
}
.szary{
	color: #A2A2A2 !important;
}

.kreska-realizacja-125{
    width: 125% !important;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}

@media screen and (max-width: 992px) {
.realizacja-prawo-zdjecie {
	max-height: unset !important;
}
.kreska-realizacja-full {
    width: 100%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
}