  
.img-ekspert {
    height: 13rem;
    width: 13rem;
    margin-right: auto;
    background-color: var(--niebieski);
    border-radius: 50%;
    margin-bottom: 20px;
}

.img-ekspert img{
    border-radius: 50%;
}


.s-eksperci {
    bottom: 0;
    right: 20px;
}
a.solo-s i {
    background-color: rgb(25, 25, 25);
    /* padding: 10px; */
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    width: 50px;
}
