.page-template-serwis .baner {
    height: 45vh;
    position: relative;
}
.page-template-serwis .is-selected .linijka1 {
    margin-left: -380px;
    animation: animacjalinijka2v2 ;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    margin-bottom: -5px !important;
}
.page-template-serwis .is-selected .linijka2 {
    margin-left: -310px;
    animation: animacjalinijka3v2 ;
    animation-duration: 1s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    margin-bottom: -5px !important;
}
.page-template-serwis.is-selected .linijka3 {
    margin-left: -310px;
    animation: animacjalinijka4v2 ;
    animation-duration: 1s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
}
.page-template-serwis .is-selected .kontyner .tekst p{
    margin-left: -1200px;
    animation: animacjalinijka1v2 ;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    width: 40vw;
    margin-right: auto;
    text-align: left;
    margin-top: -10px !important;
}
.page-template-serwis .baner .kontyner {
    position: absolute;
    bottom: 10%;
    left: 4%;
    overflow: hidden;
    z-index: 3;
}


.page-template-serwis  .kontyner .tekst h2 {
    color: white !important;
    font-weight: bold;
    font-size: 42px;
    margin: 0px !important;
    margin-top: -5px !important;
}
.page-template-serwis .kontyner .tekst {
    position: relative;
    border-left: 1px solid white;
    padding-left: 20px;
    border-right: none;
}

.page-template-serwis .kontyner h2{
    font-size: 42px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;

}

.page-template-serwis .wspolpraca {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    /* min-height: auto; */
    padding: 3%;
    height: 70vh;
    align-items: stretch;
    min-height: 600px;
    margin-top: 30px;
}

.page-template-serwis .wspolpraca p {
    text-align: justify;
}

.page-template-serwis .wspolpraca .tekst {
    padding-left: 0px !important;
    padding-right: 20px !important;
}
.page-template-serwis .poznajmyv2{
    width: 24%;
}
@media screen and (max-width: 911px){
	.kontyner .tekst h2 {
        font-size: 30px !important;
    }
    .page-template-serwis .wspolpraca {
        flex-direction: column-reverse;
    }

    .poznajmyv2 {
        width: 100%;
        margin-bottom: 30px;
    }
}