@media screen and (max-width: 800px) {
    .kartya {
        width: 90% !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .kartya.big {
        width: 100% !important;
    }

    .kartya:last-of-type {
        margin-bottom: 50px;
    }


    #evek {
        width: 13rem;
        height: 6.5rem;
        border-radius: 6.5rem 6.5rem 0 0;
    }

    #evek span {
        font-size: 1.1rem;
    }


    #honapok {
        width: 300px;         /* Natural width */
        height: 200px;        /* Natural height (half-circle) */
    }

    #honapok li {
        left: 44%;
        width: 40px;
        height: 170px;
    }


    #kijeloloresz {
        height: 200px;
    }

}
