

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1776296133912*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
        margin: 0;
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        max-width: 30rem;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .illustration-hero__image img{
		max-width: 34rem;
		max-height: 28rem;
    }
	
	@media (max-width: 544px) {
		.illustration-hero__image img{
			max-width: 95%;
		}
	}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1776296133912 */
