#kontakt {
    background-color: #f8f7f2;
    color: #111111;
    padding-bottom: 20px;
    
    .eye-svg {
        width: 100%;
        display: flex;
        justify-content: center;
        transform: translate3d(20%, 30%, 0);

        svg {
            width: 30%;
        }
    }

    .spill-svg {
        width: 100%;
        transform: translateY(-40px);
        margin-bottom: -15%;
    }

    .message {
        font-size: 1.3em;
    }


    .upper-title p{
        font-size: 1.1em;
        font-weight: 300;
        font-family: 'Karla';
        text-transform: uppercase;
    }

    .section-content {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0;
    }

    .section {
        margin-bottom: 0;
    }

    @media (max-width: 480px) {
        .section-content {
            flex-direction: column;
            max-width: 100%;
        }
    }

    .column {
        max-width: 50%;
    }

    .left-column, .right-column {
        width: 50%;
    }

    @media (max-width: 480px) {
        .left-column, .right-column {
            width: 100%;
            max-width: 100%;
        }
    }

    .introduction {
        max-width: 100%;
        text-align: left;
        color: #111111;
        max-height: 50%;
        margin-bottom: 20px;
    }
    
    .introduction span.emphasize{
        font-family: 'Sorts Mill Goudy';
        font-weight: 500;
        text-size-adjust: 100%;
        max-width: 100%; /* Ensures text doesn't overflow its container */
        font-size: 1.6em; /* Initial font size based on viewport width */
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .introduction .pisz-smialo{
        margin-bottom: 20px;
        margin-top: 10px;
        padding-top: 20px;
        line-height: 1.8em
    }

    .section-title {
        display: flex;
        align-items: flex-start;
    }

    .left-align-text {
        text-align: left;
        /* line-height: 1.5; */
    }

    a {
        color: #282299;
        transition: all 0.7s;
        text-decoration: underline wavy transparent;
        text-underline-offset: 5px;
        text-decoration-color: #282299;
    }
    
    a:hover {
        color: #ce7474;
        text-decoration-color: #ce7474;
    }
    
}