.termunkrol-box{
    background-image: linear-gradient(to bottom, #1a1a1a 0%, rgba(0, 0, 0, 0) 20%, #1a1a1a), 
    url(../img/bg_termunkrol2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.termunkrol-cim{
    margin-top: 100px;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

.termunkrol-szoveg-box{
    margin-top: 50px;
    width: 100%;
    height: auto;
    backdrop-filter: blur(5px);
    padding: 50px 0px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.termunkrol-szoveg{
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: center;
    margin: 0px auto;
}

.termunkrol-gomb{
    margin-top: 10px;
    padding: 20px 50px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.termunkrol-alcim{
    font-weight: bold;
    font-size: 22px;
}

.termunkrol-kep-box{
    margin: 50px auto;
}

.termunkrol-kep{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border: 7px solid rgba(0,0,0,0.2);
}


@media (max-width: 996px){
    .termunkrol-cim{
        font-size: 35px;
    }

    .termunkrol-szoveg{
        width: 90%;
    }
}