

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        padding-top: .5rem;
        padding-bottom: .75rem;
        gap: 1rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
        text-align: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
        margin: 0;
        max-width: 900px;
        align-self: center;
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        margin-bottom: 0;
        max-width: unset;
        padding: 0 1rem;
        max-width: 720px;
        align-self: center;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: .75rem;
        width: 100%;
    }

    .illustration-hero__image img {
        max-width: 100%;
        width: 100%;
        border-radius: 1rem;
        object-fit: contain;
    }

    .illustration-hero__title.hero-title {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 48px;
        line-height: 1;
    }


    .softpos-page .illustration-hero__content>.button {
        align-self: center;
        margin-top: .25rem;
        width: 265px;
    }

    @media (max-width: 768px) {
        .illustration-hero__title.hero-title {
            font-size: 2rem;
        }

        .illustration-hero__image {
            order: -1;
        }

        .illustration-hero__image img {
            aspect-ratio: 1 / 1;
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;

        }

    }
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
