.leader-card{
    cursor: pointer;
   /* background:#f5f5f5;
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;
    transition:.3s;*/
}

/*.leader-card:hover{
    transform:translateY(-5px);
}

.leader-card img{
    width:100%;
    display:block;
}

.leader-card h3{
    margin:15px 15px 5px;
    font-size:24px;
}

.leader-card span{
    display:block;
    margin:0 15px 20px;
    color:#666;
}*/

/* Popup */

.leader-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    z-index:99999;
}

.leader-modal-content{
    max-width:900px;
    background:#fff;
    margin:50px auto;
    padding:30px;
    border-radius:10px;
    display:flex;
    gap:30px;
    flex-direction: row;
  align-items: self-start; position: relative;
}

.leader-modal-content p{padding-bottom:15px;font-size: 14px;
  line-height: 22px; }

#leader-description{ font-size: 14px;
  line-height: 22px;}

.leader-modal img{
    width:300px;
}

.close-modal{
    position:absolute;
    top:20px;
    right:20px;
    color:#000;
    font-size:35px;
    cursor:pointer;
}

@media (max-width: 667px) {
    
 .leader-modal-content{
    flex-direction: column; max-height: 600px;
    overflow: auto;
}  
.leader-modal-content {
  max-width: 90%;
  padding: 17px;}

}

