.careers-item-hero {
    padding-top: 2rem;
    margin-bottom: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .careers-item-hero {
        padding-top: 3rem;
    }
}

.careers-item-hero__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.careers-item-hero__header {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .careers-item-hero__header {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6rem;
    }
}

.careers-item-hero__header p {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.careers-item-hero__header h1 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .careers-item-hero__header h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}
