.salary-page section>.container {
    padding: 0;
}

/* HERO */
.salary-page .illustration-hero {
    padding-top: .5rem;
    padding-bottom: .75rem;
    gap: 1rem;
}

.salary-page .illustration-hero__title.hero-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

.salary-page .illustration-hero__content {
    align-items: stretch;
    text-align: center;
}

.salary-page .illustration-hero__description {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: unset;
    padding: 0 1rem;
}

.salary-page .illustration-hero__image {
    padding-top: 0;
    padding-bottom: .75rem;
    order: -1;
}

.salary-page .illustration-hero__image img {
    max-width: 100%;
    max-height: unset;
    width: 100%;
    border-radius: 1rem;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
}

.salary-page .illustration-hero__content>.button {
    align-self: center;
    margin-top: .25rem;
    width: 265px;
}

/* IMAGE CARDS  */
.salary-page .sme-img-card {
    padding: 1.5rem;
    border-radius: var(--radius-16);
    align-items: flex-start;
    gap: 1rem;
}

.salary-page .sme-img-card .sme-img-card__img {
    padding: .75rem;
    border-radius: .625rem;
    background-color: var(--container-higher);
}

.salary-page .sme-img-card .sme-img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.salary-page .sme-img-card .sme-img-card__content {
    gap: .5rem;
}

.salary-page .sme-img-card .sme-img-card__title {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.salary-page .sme-img-card .sme-img-card__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface);
}

/* TABS */
.salary-page .autocredit-info {
    background-color: transparent;
    border-radius: 0;
    gap: var(--space-2x);
    padding: 0;
}

.salary-page .autocredit-info .hero-subtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    max-width: 900px;
    margin: 0 auto .75rem;
    text-align: center;
}

.salary-page .autocredit-info .tab-nav {
    align-self: center;
    background-color: var(--container-high);
    padding: .625rem .75rem;
    width: 100%;
}

.salary-page .autocredit-info .tab-nav .tab-button {
    font-weight: 500;
    line-height: 1.375rem;
}

.salary-page .autocredit-info .tab-content .card-table {
    padding: .75rem;
    border-radius: 1.5rem;
    background-color: var(--container-high);
}

.salary-page .autocredit-info .tab-content .card-table .autocredit-info {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

/* STEPS  */

.salary-page .autocredit-features-section .container>h2 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
}

.salary-page .utp2-feature {
    flex-direction: row;
    gap: var(--space-2x);
    padding: 1rem;
    align-items: flex-start;
    border-radius: 1rem;
}

.salary-page .utp2-feature .utp2-icon {
    margin-bottom: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}


.salary-page .utp2-feature .utp2-description {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 500;
}

/* BANNER */
.salary-banner {
    --bg-color: var(--container-high);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.75rem;
    border-radius: var(--radius-24);
    background-color: var(--bg-color);
    margin-top: 1rem;
    overflow: hidden;
}

.salary-banner .salary-banner__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-2x);
    flex-grow: 1;
}

.salary-banner .salary-banner__title {
    font-family: var(--hero-font-family);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.salary-banner .salary-banner__text {
    font-size: 1rem;
    line-height: 1.37;
}

.salary-banner .salary-banner__text li:not(:last-child) {
    margin-bottom: .75rem;
}

.salary-banner .salary-banner__text ul,
.salary-banner .salary-banner__text ul li,
.salary-banner .salary-banner__text span,
.salary-banner .salary-banner__text p {
    font: inherit;
    line-height: inherit;
    color: inherit;
}

.salary-banner .salary-banner__img {
    height: 136px;
    flex-shrink: 0;
    position: relative;
}

.salary-banner .salary-banner__img img {
    position: absolute;
    max-width: 240px;
    max-height: 240px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 80px);
}

@media (min-width: 768px) {

    /* HERO */
    .salary-page .illustration-hero {
        padding-top: 2rem;
        padding-bottom: 0;
        gap: 1.5rem;
    }

    .salary-page .illustration-hero__title.hero-title {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 1.1;
    }

    .salary-page .illustration-hero__description {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0;
    }

    .salary-page .illustration-hero__image {
        padding-top: .5rem;
        padding-bottom: 0;
        order: 1;
    }

    .salary-page .illustration-hero__image img {
        aspect-ratio: 2 / 1;
    }

    .salary-page .illustration-hero__content>.button {
        margin-top: .5rem;
        width: unset;
    }

    /* IMAGE CARDS  */
    .salary-page .sme-img-card {
        padding: 2rem;
        gap: 1.5rem;
    }

    .salary-page .sme-img-card .sme-img-card__img {
        padding: 1rem;
    }

    .salary-page .sme-img-card .sme-img-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .salary-page .sme-img-card .sme-img-card__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    /* TABS */
    .salary-page .autocredit-info {
        gap: var(--space-3x);
    }

    .salary-page .autocredit-info .hero-subtitle {
        font-size: 2.5rem;
        line-height: 1.1;
        margin: 0 auto 1rem;
    }

    .salary-page .autocredit-info .tab-nav {
        width: unset;
    }

    .salary-page .autocredit-info .tab-nav .tab-button {
        font-weight: 500;
    }

    .salary-page .autocredit-info .tab-content .card-table {
        padding: 2rem 2.5rem;
        border-radius: 2rem;
    }

    /* STEPS  */

    .salary-page .autocredit-features-section .container>h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        margin: 0 auto 2rem;
    }

    .salary-page .utp2-feature {
        flex-direction: column;
        gap: 0;
        padding: 1.5rem;
        align-items: flex-start;
        border-radius: 1rem;
    }

    .salary-page .utp2-feature .utp2-icon {
        margin-bottom: 1rem;
        width: 2.125rem;
        height: 2.125rem;
        align-self: center;
    }


    .salary-page .utp2-feature .utp2-description {
        text-align: center;
        font-weight: 400;
    }

    /* BANNER */
    .salary-banner {
        flex-direction: row;
        padding: 3.25rem 4.5rem;
        margin-top: 1.5rem;
    }

    .salary-banner .salary-banner__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .salary-banner .salary-banner__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .salary-banner .salary-banner__img {
        width: 206px;
        height: auto;
    }

    .salary-banner .salary-banner__img img {
        max-width: 350px;
        max-height: 350px;
        top: 0;
        bottom: unset;
        transform: translate(-50%, -100px);
    }
}