.leader-card{
    box-shadow: 0px 1px 6px rgb(214, 214, 214);
    img{
        aspect-ratio: 5 / 6;   
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}

.leader-info{
    padding: 0.8rem;
}

.leader-position{
        font-size: 14px;
        font-weight: 700;
        color: #27348b;  
}

.leader-name{
    font-size: 12px;
    font-weight: 500;
}

.leader-contacts{
    font-size: 12px;
}



/* S */
@media (max-width: 576px) {  
    .leader-card{
        margin: 0 35px;
}
}