.pos-page .illustration-hero {
    padding-top: .5rem;
    padding-bottom: .75rem;
    gap: 1rem;
}

.pos-page .illustration-hero__title.hero-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
}

.pos-page .illustration-hero__content {
    align-items: stretch;
    text-align: center;
}

.pos-page .illustration-hero__description {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: unset;
    padding: 0 1rem;
}

.pos-page .illustration-hero__image {
    padding-top: 0;
    padding-bottom: .75rem;
}

.pos-page .illustration-hero__image img {
    max-width: 100%;
    max-height: unset;
    width: 100%;
    border-radius: 1rem;
    object-fit: contain;
}


.pos-page .illustration-hero__content>.button {
    align-self: center;
    margin-top: .25rem;
    width: 265px;
}


.pos-page .sme-img-card {
    padding: 1.5rem;
    border-radius: var(--radius-16);
    align-items: flex-start;
    gap: 1rem;
}

.pos-page .sme-img-card .sme-img-card__img {
    padding: .75rem;
    border-radius: .625rem;
    background-color: var(--container-higher);
}

.pos-page .sme-img-card .sme-img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.pos-page .sme-img-card .sme-img-card__content {
    gap: .5rem;
}

.pos-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;
}

.pos-page .sme-img-card .sme-img-card__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface);
}


/* TABS */
.pos-page .autocredit-info {
    background-color: transparent;
    border-radius: 0;
    gap: var(--space-2x);
    padding: 0;
}



.pos-page .autocredit-info .hero-subtitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    max-width: 900px;
    margin: 0 auto .75rem;
    text-align: center;
}

.pos-page .autocredit-info .tab-nav {
    align-self: center;
    background-color: var(--container-high);
    padding: .625rem .75rem;
    width: fit-content;
}

.pos-page .autocredit-info .tab-nav .tab-button {
    font-weight: 500;
    line-height: 1.375rem;
}

.pos-page .autocredit-info .tab-content .card-table {
    padding: .75rem;
    border-radius: 1.5rem;
    background-color: var(--container-high);
}

.pos-page .autocredit-info .tab-content .card-table .autocredit-info {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}


.pos-page .autocredit-features-section .container h2{
    font-family: var(--hero-font-family);
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
}


@media (max-width: 768px) {
    .pos-page .illustration-hero__title.hero-title{
        font-size: 32px;
    }

    .pos-page .illustration-hero__image {
        order: -1;
    }
    .pos-page .illustration-hero__image img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;

    }

    .pos-page .autocredit-info .tab-nav {   
        width: 100%;
    }

    .pos-page .autocredit-info .hero-subtitle {
        font-size: 28px;
    }

    .pos-page .autocredit-features-section .container h2 {
        font-size: 28px;
    }

}
