
    .contact-tiles.svelte-1mx38r3 {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin: 3rem 0 0 0;
    }

    .contact-tile.svelte-1mx38r3 {
        display: block;
        font-size: 1.2rem;
        margin: 0;
        padding: 0 0 0 70px;
    }

    .contact-tile--address.svelte-1mx38r3 {
        background: url('../../../contact/address.svg') no-repeat center left;
    }

    .contact-tile--people.svelte-1mx38r3 {
        background: url('../../../contact/people.svg') no-repeat center left;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .contact-tile--office.svelte-1mx38r3 {
        background: url('../../../contact/office.svg') no-repeat center left;
    }

    .contact-tile--business.svelte-1mx38r3 {
        background: url('../../../contact/business.svg') no-repeat center left;
    }

    .map.svelte-1mx38r3 {
        width: 100%;
        height: 500px;
        border: none;
        margin: 0 0 -10px 0;
    }

    @media (min-width: 768px) {
        .contact-tiles.svelte-1mx38r3 {
            display: grid;
            grid-template-columns: auto auto; /* Two columns with auto width */
            grid-template-rows: auto auto;    /* Two rows with auto height */
            gap: 2rem; /* Optional: Add spacing between grid items */
            justify-content: center; /* Center grid horizontally */
            align-content: center;   /* Center grid vertically */
        }

        .contact-tile.svelte-1mx38r3 {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-tile--office.svelte-1mx38r3 {
            display: block;
        }
    }

    .hero.svelte-1rxrgi9 {
        background-image: url('../../../hero.jpg');
        background-size: cover;
        background-position: center;
        color: white;
        position: relative;
        padding: 4rem 0;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .hero__container.svelte-1rxrgi9 {
        max-width: 800px;
        position: relative;
        z-index: 1;
    }

    .hero__heading.svelte-1rxrgi9 {
        font-weight: 100;
    }

    .hero__heading-top-line.svelte-1rxrgi9 {
        font-size: 2.3rem;
        font-weight: 300;
        display: block;
    }

    .hero__heading-middle-line.svelte-1rxrgi9 {
        font-size: 1.5rem;
        display: block;
    }

    .hero__heading-bottom-line.svelte-1rxrgi9 {
        font-size: 1rem;
        display: block;
    }

    .intro__paragraph.svelte-1rxrgi9 {
        font-size: 1.5rem;
        font-weight: 300;
    }

    @media (min-width: 768px) {
        .hero.svelte-1rxrgi9 {
            min-height: 998px;
            display: flex;
            align-items: center;
        }

        .hero__heading-top-line.svelte-1rxrgi9 {
            font-size: 4rem;
            font-weight: 300;
        }

        .hero__heading-middle-line.svelte-1rxrgi9 {
            font-size: 2rem;
        }

        .hero__heading-bottom-line.svelte-1rxrgi9 {
            font-size: 1rem;
        }
    }

    .section.svelte-weghz4 {
        background: #fcf8f3;
    }

    .scheme.svelte-weghz4 {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .scheme-item.svelte-weghz4 {
        display: block;
        text-align: center;
    }
    
    .scheme-item__title.svelte-weghz4 {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .scheme-item__text.svelte-weghz4 {
        display: block;
        text-align: center;
    }

    .scheme-item__icon.svelte-weghz4 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem auto;
        border: 4px solid var(--color-theme-1);
        border-radius: 100%;
        text-align: center;
        width: 200px;
        height: 200px;
    }

    .scheme-item__icon-img.svelte-weghz4 {
        width: 50%;
        height: 50%;
    }

    @media (min-width: 768px) {
        .scheme.svelte-weghz4 {
            flex-direction: row;
            justify-content: space-around;
        }

        .scheme-item.svelte-weghz4 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .scheme-item__icon.svelte-weghz4 {
            width: 140px;
            height: 140px;
        }
    }

    @media (min-width: 1024px) {
        .scheme-item__icon.svelte-weghz4 {
            width: 200px;
            height: 200px;
        }
    }
