/* Company Careers Teaser */

/* ---------- LEFT SIDE ---------- */
.companycareersteaser .careers-teaser__icon-list {
    list-style: none;
    padding-left: 0;
    gap: 10px;
}

.companycareersteaser .careers-teaser__icon-item {
    padding: 10px 0;
    text-align: center;
    text-wrap: balance;
    background-color: var(--hy-light-grey);
}

.companycareersteaser .content__background-1 .careers-teaser__icon-item {
    background-color: #fff;
}

.companycareersteaser .careers-teaser__icon-list-body {
    margin-top: 20px;
}


/* ---------- RIGHT SIDE ---------- */
.companycareersteaser .careers-teaser__teaser {
    position: relative;
}

.companycareersteaser .careers-teaser__teaser-text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
}

.companycareersteaser .careers-teaser__teaser-text .btn {
    margin-bottom: 0;
}


@media ( min-width: 576px ) {

    .companycareersteaser .careers-teaser__teaser-text {
        padding: 40px;
    }

}


@media ( min-width: 992px ) {

    .companycareersteaser .careers-teaser__icon-item {
        padding: 20px 40px;
        text-align: left;
    }

    .companycareersteaser .careers-teaser__icon-list .careers-teaser__icon {
        margin-right: 1.5rem;
    }

    .companycareersteaser .careers-teaser__icon-list-body {
        margin-top: 25px;
    }

    .companycareersteaser .careers-teaser__teaser {
        min-height: 250px;
    }

    .companycareersteaser .careers-teaser__teaser-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .companycareersteaser .careers-teaser__teaser-img img,
    .companycareersteaser .careers-teaser__teaser-img picture {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}


@media ( min-width: 1200px ) {

    .companycareersteaser .careers-teaser__icon-list-body {
        margin-top: 30px;
    }

}


@media ( min-width: 1440px ) {

    .companycareersteaser .companycareersteaser .careers-teaser__teaser-text {
        padding: 50px;
    }

}