.row {
    display: flex;
    flex-wrap: wrap;
}

body,
button,
input,
select,
textarea {
    font-size: 17px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
}

p {
    font-family: Arial, sans-serif;
}

.under-hero-section {
    margin-top: 32px;
}

.row.title-row,
.under-hero-section .row {
    align-items: center;
}

.position-hero-section {
    background: linear-gradient(180deg, #004383 0%, #004383 25.65%, #004383 41.35%, #0466C5 76.57%);
    padding: 32px 0;
    position: relative;
    margin-bottom: 32px;
}

.position-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0;
}

.icon-section {
    position: relative;
}

.icon-section svg {
    position: absolute;
    right: 16px;
    top: 0;
}

.number-of-people {
    margin-top: 16px;
}

.number-of-people .number {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.number-of-people p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.under-hero-h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 16px;
}

.origin-of-people-section {
    margin-top: 48px;
}

.origin-of-people-section p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 4px;
}

.origin-of-people-section h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 117, 201, 1);
    margin: 0 0 32px 0;
}

.team-lead-wrapper {
    text-align: center;
}

.team-lead-wrapper h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px 0;
    color: #222222;
}

.team-lead-wrapper h3 span {
    font-weight: bold;
}

.engineer-bar-chart {
    margin-top: 16px;
}

.position-questions {
    margin-top: 40px;
}

.single-question {
    margin-bottom: 32px;
}

.single-question h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
    margin: 0 0 24px 0;
}

.single-question p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
}

.number-of-people-per-seniority {
    margin-bottom: 40px;
}

.number-of-people-per-seniority h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 40px;
}

.numbers-seniority-wrapper,
.tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
}

.number-seniority,
.tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    min-width: 100px;
    min-height: 88px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.tabs {
    padding: 0;
}

.tab {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 200px;
}

.tab h4 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.desktop-tabs-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 24px;
}

.number-seniority h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    margin: 0;
    color: rgba(34, 34, 34, 1);
}

.number-seniority .number-of-people {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 117, 201, 1);
    margin: 0;
}

.mediana-graphs-section h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 40px;
}

.notification-section {
    margin-bottom: 48px;
}

.notification {
    display: flex;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.notification .content {
    width: fit-content;
    padding-left: 4px;
}

.notification .content h5 {
    color: #333;
}

.notification .content p {
    margin-bottom: 10px;
    color: #333;
}

.notification .content p:last-child {
    margin-bottom: 0;
}

.desktop-navigation {
    display: none;
}

.single-position-mobile-hero,
.mobile-origin-of-people-section {
    display: block;
}

.desktop-origin-of-people-section,
.icon-section,
.desktop-navigation,
.single-position-desktop-hero {
    display: none;
}

.team-lead-wrapper img {
    max-width: 138px;
    margin: 0 auto;
}

.number-of-people {
    position: relative;
}

.number-of-people img {
    position: absolute;
    right: 0;
    bottom: -15px;
    max-width: 75px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 117, 201, 1);
}

.demo-first-column img {
    max-width: 140px;
}

.demo-first-column {
    align-self: stretch;
}

.tab {
	position: relative;
}

.tab a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(min-width: 576px) {
    .under-hero-section-center {
        text-align: center;
    }

    .position-title {
        max-width: 80%;
    }

    .number-of-people img {
        max-width: 150px;
    }
}

@media(min-width: 992px) {

    .icon-section,
    .desktop-origin-of-people-section {
        display: block;
    }

    .hero-section-select {
        max-width: 458px;
    }

    .position-hero-section {
        padding: 64px 0;
        margin-bottom: 64px;
    }

    .single-position-mobile-hero,
    .mobile-origin-of-people-section {
        display: none;
    }

    .single-position-desktop-hero {
        display: block;
    }

    .row.title-row,
    .under-hero-section .row {
        justify-content: space-between;
    }

    .position-questions,
    .number-of-people-per-seniority {
        margin-bottom: 120px;
    }

    .desktop-navigation {
        margin-bottom: 32px;
    }


    .desktop-navigation a {
        color: #fff;
        opacity: .5;
        transition: all .4s ease;
    }

    .desktop-navigation a:hover {
        opacity: 1;
    }

    .position-title {
        font-size: 48px;
        line-height: 64px;
        max-width: 100%;
    }

    .number-of-people .number {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .number-of-people {
        margin-top: 24px;
    }

    .number-of-people p {
        font-size: 18px;
    }

    .number-of-people-per-seniority h4,
    .mediana-graphs-section h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .mediana-graphs-section {
        margin-bottom: 100px;
    }

    .desktop-navigation {
        display: block;
    }

    .desktop-navigation p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #fff;
    }

    .numbers-seniority-wrapper {
        gap: 0;
        overflow: hidden;
        background-color: #F5F5F5;
        border-radius: 4px;
    }

    .number-seniority {
        border: none;
        border-radius: 0;
        width: -webkit-fill-available;
        padding: 24px 0;
    }

    .number-seniority h5 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 4px;
    }

    .number-seniority .number-of-people {
        font-size: 48px;
        line-height: 64px;
    }

    .notification-section {
        margin-bottom: 120px;
    }

    .notification {
        max-width: 750px;
        margin: 0 auto;
        padding: 32px;
    }

    .desktop-tabs-wrapper {
        display: block;
        margin-bottom: 160px;
    }

    .desktop-tabs-wrapper h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        color: rgba(34, 34, 34, 1);
        margin-bottom: 24px;
    }

    .tabs {
        display: flex;
        gap: 32px;
    }

    .tab {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: -webkit-fill-available;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        padding: 16px;
        text-align: center;
        transition: all .4s ease;
    }

    .tab:hover {
        cursor: pointer;
        background: #EEEEEE;
    }

    .tab:hover h4 {
        color: #222222;
    }

    .tab h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    .team-lead-wrapper {
        align-self: stretch;
    }

    .under-hero-section .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .under-hero-section-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 32px;
        border: 1px solid #E6E6E6;
        border-radius: 8px;
        height: 100%;
    }

    .desktop-origin-of-people-section {
        align-self: stretch;
    }

    .demo-first-column,
    .desktop-origin-of-people-section,
    .team-lead-wrapper {
        padding: 0 16px;
    }

    .origin-of-people-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        border: 1px solid #E6E6E6;
        border-radius: 8px;
        height: 100%;
    }

    .origin-of-people-section h3 {
        margin-bottom: 0;
        font-size: 48px;
        line-height: 48px;
    }

    .custom-row {
        padding: 0 16px;
        display: flex;
        flex-wrap: wrap;
    }

    .origin-of-people-section .custom-row .col-6:first-child,
    .origin-of-people-section .custom-row .col-6:nth-child(2) {
        margin-bottom: 30px;
    }

    .team-lead-wrapper img {
        max-width: 160px;
        margin: 0 auto;
    }

    .position-questions .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .position-questions .single-question {
        padding: 32px 24px;
        border: 1px solid #E6E6E6;
        border-radius: 8px;
        margin-bottom: 0;
        height: 100%;
    }

    .position-questions .col-lg-6 {
        padding: 0 16px;
    }

    .team-lead-wrapper h3 {
        font-family: Arial, sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        color: #222222;
        margin-bottom: 24px;
    }

    .team-lead-wrapper span {
        font-weight: bold;
    }

    .origin-of-people-section p {
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
    }

    .under-hero-h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
        margin-bottom: 32px;
    }

    .mediana-main-wrapper:nth-child(1) {
        margin-bottom: 96px;
    }

    .mediana-main-wrapper:nth-child(2) {
        margin-bottom: 96px;
    }

    .mediana-main-wrapper:nth-child(3) {
        margin-bottom: 96px;
    }
}