.president-img-box {
    position: relative;
    overflow: visible;
    border: 1px solid #e4dbcf;
    background: #fff;
    box-shadow: 0 24px 70px rgba(22, 37, 31, 0.10);
    margin-bottom: 58px;
}

.president-img-box img {
    display: block;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.president-badge {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -46px;
    padding: 24px 28px 22px;
    background: rgba(255, 255, 255, 0.94);
    border-left: 5px solid #8d1723;
    box-shadow: 0 18px 45px rgba(22, 37, 31, 0.16);
    backdrop-filter: blur(8px);
}

.president-badge::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border-top: 1px solid rgba(141, 23, 35, 0.22);
    border-right: 1px solid rgba(141, 23, 35, 0.22);
}

.president-badge-kicker {
    display: block;
    margin-bottom: 8px;
    color: #b08a4a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1;
    text-transform: uppercase;
}

.president-badge strong {
    display: block;
    color: #16251f;
    font-family: "League Spartan", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.president-signature {
    display: inline-block;
    min-width: 280px;
    padding-top: 22px;
    border-top: 1px solid #e4dbcf;
}

.president-signature-img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
    margin: 0 0 10px;
}

.president-signature p {
    color: #8d1723 !important;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .president-img-box img {
        min-height: 420px;
    }

    .president-badge {
        left: 16px;
        right: 16px;
        bottom: -38px;
        padding: 20px;
    }

    .president-badge strong {
        font-size: 26px;
    }

    .president-signature {
        min-width: 0;
    }

    .president-signature-img {
        width: 150px;
    }
}
