.przerywnikztekstem{
    height: 200px;
}

.w-20{
    width: 19% !important;
}


.imie h4 {
    font-size: 14px !important;
    margin: 0px !important;
}

.zdjecie-osoba-radius{
    border-radius: 100%;
}

.zdjecie {
    height: 100px;
    width: 100px;
    position: relative;
    margin: auto;
    border-radius: 100%;
    overflow:  hidden;
    top: -50px;
    border: solid;
    transition: 0.3s;
}

.osoba {
    height: 120px;
}

.osoba:hover .zdjecie{

    transform: scale(1.1);
}


@media screen and (max-width: 911px){
    .w-40{
        width: 47% !important;
    }

    .osoby {
        width: 95% !important;
        margin: auto !important;
    }

}