.ton-eleicoes2024 {
    grid-column: span 8;
}

.eleicoes2024-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    padding: 0 10px;
}

.eleicoes2024-title h2 {
    font-size: 40px;
    line-height: 24px;
    font-family: "NunitoSans-Black";
    color: #054E86;
    white-space: nowrap;
}

.eleicoes2024-header-line {
    width: 100%;
    background-color: #E5E5E5;
    height: 1px;
}

.eleicoes2024-btn {
    border: 1px solid #054E86;
    border-radius: 24px;
    padding: 8px 16px;
}

.eleicoes2024-btn a {
    text-decoration: none;
    font-weight: bold;
    color: #054E86;
    opacity: 0.8;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}

@media (max-width:768px) {
    .ton-eleicoes2024 {
        grid-column: span 2;
        grid-row: auto;
    }

    .eleicoes2024-title h2 {
        font-size: 18px;
    }

    .eleicoes2024-btn a {
        font-size: 14px;
    }
}