.konteners {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    margin-top: 70px;
}

.poznajmyv2 {
    width: 32%;
    height: 60vh;
    position: relative;
    overflow: hidden;
}
.poznajmyv2 .zdj{
    width: 100%;
    height: 100%;
}

.poznajmyv2 .zdj img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.nakldka {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transition: 0.3s;
}

.tekst-v2 {
    position: absolute;
    z-index: 3;
    color: white;
    top: 90%;
    width: 90%;
    margin: auto;
    left: 5%;
    transition: 0.3s;
    bottom: inherit;

}

.tekst-v2 h2 {
    color: white !important;
    font-size: 25px;
}

.poznajmyv2:hover .nakldka{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
 

.poznajmyv2:hover .tekst-v2 {
    top: 10%;
}

.konteners .tekst-v2 a {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid white;
    padding: 10px;
    color: white !important;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.3s;
}

.konteners .tekst-v2 a:hover {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid white;
    padding: 10px;
    color: white !important;
}

.konteners .tekst-v2 a:hover{
    padding-right: 10px;
}
@media screen and (max-width: 911px){
	.konteners {
    	flex-direction: column;
	}
	.page-template-serwis .poznajmyv2 {
        width: 100% !important;
		height: 50vh;
    }
.tekst-v2 {
        position: absolute;
        z-index: 3;
        color: white;
        top: 90%;
        width: 90%;
        margin: auto;
        left: 5%;
        transition: 0.3s;
    }
	.serwis .tekst a {
    font-size: 16px;
    color: white !important;
    padding: 10px 15px;
    border: solid 3px white;
    font-weight: bold;
    transition: 0.3s;
	}
	.serwis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
	}

}
