.election-period {
    background: linear-gradient(90deg, #EEEEEE 0%, #D9F2EF 100%);
    border: 1px solid #C5C5C5;
    border-radius: 16px;
    padding: 0px 50px 0px 0px;
    margin: 32px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 311px;
    height: 311px;
    overflow: hidden;
}
.election-period h2 {
    color: #005baa;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 12px;
}
.election-period p {
    color: #222;
    font-size: 1.1rem;
    margin: 0;
}
.election-period img {
    height: 100%;
    max-height: 311px;
    width: auto;
    padding: 0 !important;
    margin: 0;
    background: none;
    box-shadow: none;
    object-fit: cover;
    object-position: 60% center !important;
    display: block;
}
.election-period .card-body {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}
.election-period > .card-body.d-flex.align-items-center.w-100 {
    padding: 0 !important;
}
.election-period > .card-body.d-flex.align-items-center.w-100 img {
    margin: 0;
    padding: 0 !important;
    background: none;
    box-shadow: none;
    height: 100%;
    max-height: 311px;
    width: auto;
    object-fit: contain;
    display: block;
}
.election-period .flex-grow-1,
.election-period .flex-grow-1 * {
    flex-grow: unset;
    width: 100%;
    box-sizing: border-box;
}

