﻿.leader-banner {
    position: absolute;
    top: 10px;
    background: rgba(0, 51, 102, 0.9);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    gap: 49px;
    z-index: 999;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.leader-banner-left {
    left: 10px;
}

.leader-banner-right {
    right: 10px;
}

.leader-card {
    text-align: center;
    max-width: 100px;
}

    .leader-card img {
        width: 86px;
        height: 86px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .leader-card div {
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.2;
    }


.logocum {
    height: 20%;
    width: 30%;
}

.leader-banner1 {
    position: absolute;
    top: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    gap: 49px;
    z-index: 999;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}


.leader-card1 img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border: 2px solid white;
}