/* CSS dla bloku realizacja-lewo-zdjecie */

.kreska-realizacja-60 {
    width: 60%;
    height: 1px;
    background-color: black;
    z-index: 999;
    position: relative;
}
.mh-40{
	max-height: 40vh !important;
}
.realizacja-lewo-zdjecie .btn{
    background-color: #395C7D !important;
    border-radius: 50px !important;
}

@media screen and (max-width: 992px) {
.realizacja-lewo-zdjecie {
	max-height: unset !important;
}
.mh-40{
	max-height: unset !important;
}
}