.module_career_teaser_locations.darkgrey {
    background: #EAECF0;
}

.module_career_teaser_locations.lightgrey {
    background: #F5F7F9;
}

.career_teaser_locations_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .career_teaser_locations_grid {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .career_teaser_locations_grid {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .career_teaser_locations_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .career_teaser_locations_grid .career_teaser_locations_item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .career_teaser_locations_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .career_teaser_locations_grid .career_teaser_locations_item:last-child:nth-child(odd) {
        grid-column: unset;
        justify-self: unset;
        width: unset;
    }
}

.module_career_teaser_locations {
    padding: 50px 0px 80px 0;
}

@media (min-width: 768px) {
    .module_career_teaser_locations {
        padding: 80px 0px;
    }
}

@media (min-width: 992px) {
    .module_career_teaser_locations {
        padding: 54px 0px;
    }
}

@media (min-width: 992px) {
    .module_career_teaser_locations {
        padding: 125px 0px;
    }
}

.module_career_teaser_locations .career_teaser_locations_headline {
    text-align: center;
    width: 100%;
}

.module_career_teaser_locations .career_teaser_locations_headline .headline {
    margin-bottom: 43px;
    font-size: 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(
        165deg,
        #0C0F23 0%,
        #0e54df 100%
        );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #243c96;
    letter-spacing: -0.0416667em;
    line-height: 120%;
}

@media (min-width: 768px) {
    .module_career_teaser_locations .career_teaser_locations_headline .headline {
        font-size: 50px;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .module_career_teaser_locations .career_teaser_locations_headline .headline {
        font-size: 62px;
        margin-bottom: 55px;
    }
}

@media (min-width: 1200px) {
    .module_career_teaser_locations .career_teaser_locations_headline .headline {
        margin-bottom: 62px;
    }
}

@media (min-width: 1440px) {
    .module_career_teaser_locations .career_teaser_locations_headline .headline {
        margin-bottom: 50px;
        font-size: 64px;
    }
}

.module_career_teaser_locations .career_teaser_locations_item .career_tile_text {
    text-align: center;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #3B4147;
    line-height: 170%;
    font-weight: 400;
    letter-spacing: 0.3px;
}

@media (min-width: 1200px) {
    .module_career_teaser_locations .career_teaser_locations_item .career_tile_text {
        padding: 0 65px;
    }
}

.module_career_teaser_locations .career_teaser_locations_item .cta_container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .module_career_teaser_locations .career_teaser_locations_item .cta_container {
        margin-top: 50px;
    }
}

.module_career_teaser_locations .career_teaser_locations_item .button {
    background-color: #0C1523;
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 20px 55px;
    font-size: 16px;
    width: fit-content;
    border-radius: 15px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .module_career_teaser_locations .career_teaser_locations_item .button {
        font-size: 18px;
        padding: 25px 60px;
    }
}

@media (min-width: 992px) {
    .module_career_teaser_locations .career_teaser_locations_item .button {
        font-size: 18px;
        padding: 25px 55px;
    }
}

@media (min-width: 1200px) {
    .module_career_teaser_locations .career_teaser_locations_item .button {
        font-size: 18px;
        padding: 28px 75px;
    }
}

@media (min-width: 1440px) {
    .module_career_teaser_locations .career_teaser_locations_item .button {
        font-size: 20px;
        padding: 26px 65px;
    }
}

.module_career_teaser_locations .career_teaser_locations_item .button:hover {
    color: #0C1523;
    background-color: #fff;
}
