.company-person-switcher {
    display: flex;
}

.company-person-switcher > * {
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: none;
    padding: 12px 0;
    color: var(--dark-color);
    transition: background 0.2s ease-in-out;
    border-radius: 25px;
    border: 2px solid var(--dark-color);
    max-width: 300px;
}

.company-person-switcher > *:not(.active):hover {
    background-color: #10014605 !important;
}

.ranking-container .in-container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.company-person-switcher > *.active {
    color: white;
    background: var(--dark-color);
    border: none;
    padding: 13px 0;
}
.ranking-container {
    background-color: white;
    min-height: 100dvh;
    border-radius: 25px;
    margin-top: 20px;
    padding: 50px 0 !important;
}

.ranking-container .rank-desc {
    padding-top: 10px;
    text-align: center;
}

.ranking-container h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .ranking-container {
        margin-top: 0px;
    }
    .company-person-switcher {
        font-size: 14px !important;
    }
}

.ranking-element-container label {
    font-weight: 800;
    margin-bottom: 5px;
}

.ranking-container h2 {
    justify-content: center;
}