
.gec-leadership-section{
    width:100%;
    padding:26px 22px 30px;
    box-sizing:border-box;
    color:#fff;
    background:#179bd7;
    overflow:hidden;
}

.gec-leadership-grid{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
}

.gec-leader-card{
    position:relative;
    text-align:center;
    min-height:245px;
    padding:0 34px 12px;
    box-sizing:border-box;
}

.gec-leader-card:not(:nth-child(3n))::after{
    content:"";
    position:absolute;
    top:36px;
    right:0;
    width:1px;
    height:172px;
    background:rgba(255,255,255,.65);
}

.gec-leader-card:not(:nth-child(3n))::before{
    content:"";
    position:absolute;
    right:-2px;
    top:35px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 84px 0 #fff,0 168px 0 #fff;
}

.gec-leader-name{
    margin:0;
    font-size:20px;
    line-height:1.35;
    font-weight:500;
    color:#fff;
}

.gec-leader-name a{
    color:inherit;
    text-decoration:none;
}

.gec-leader-name a:hover{
    text-decoration:underline;
}

.gec-leader-ornament{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    min-height:28px;
    margin:1px 0 12px;
    color:#ffd54a;
}

.gec-leader-ornament span{
    width:42px;
    height:1px;
    background:#ffd54a;
}

.gec-leader-ornament b{
    font-size:21px;
    line-height:1;
    font-weight:400;
}

.gec-leader-photo{
    width:146px;
    height:146px;
    margin:0 auto;
    padding:8px;
    border:1px solid rgba(255,255,255,.25);
    box-sizing:border-box;
}

.gec-leader-photo img,
.gec-leader-placeholder{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.gec-leader-placeholder{
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(255,255,255,.8);
}

.gec-leader-role{
    margin-top:7px;
    font-size:18px;
    line-height:1.2;
    font-weight:500;
    color:#fff;
    text-transform:uppercase;
}

.gec-leadership-empty{
    grid-column:1/-1;
    text-align:center;
    margin:25px 0;
}

@media (max-width:900px){
    .gec-leadership-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    .gec-leader-card{
        min-height:0;
        padding-bottom:22px;
    }

    .gec-leader-card:not(:nth-child(3n))::before,
    .gec-leader-card:not(:nth-child(3n))::after{
        display:none;
    }

    .gec-leader-card:not(:last-child){
        border-bottom:1px solid rgba(255,255,255,.28);
    }
}

@media (max-width:600px){
    .gec-leadership-section{
        padding:24px 14px;
    }

    .gec-leader-name{
        font-size:18px;
    }

    .gec-leader-role{
        font-size:16px;
    }

    .gec-leader-photo{
        width:138px;
        height:138px;
    }
}
