.rolunk{
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
    background: rgb(78,78,78);
    display: flex;

}
.rolunk .text{
    margin-right: 50px;
    font-size: 90%;
}
.rolunk h2{
    color: rgb(106, 151, 255);
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.rolunk p{
    font-weight: bold;
    color: white;
    text-align: justify;
}
.rolunk img{
    margin: 15px;
    width: 80%;
    min-width: 250px;
    max-width: 350px;
    margin-right: 25px;
}
.rolunk .lists{
    margin-top: 15px;
    color: white;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.rolunk .lists ul{
    list-style: none;
    margin: 0 10px 0 0;
}
.rolunk .lists ul li{
    margin-bottom: 15px;
}
.rolunk .lists ul li span{
    color: rgb(106, 151, 255);
    margin-right: 10px;
}
.rolunk .lists ul li span i{
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.rolunkTitle{
    margin: 0 50px 10px 50px;
}
.cegcsoport{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 50px 0 50px;
    font-weight: bold;
    color: black;
}
.cegcsoport a{
    color: white;
}
.cegcsoport a:visited{
    color: white;
}

.cegcsoport .bemutat{
    background: rgb(106, 151, 255);
    text-align: justify ;
    padding-inline: 50px 50px;
    padding-bottom: 25px;
    
}
.cegcsoport .tevekenyseg{
    background: rgb(78,78,78);
    color: white;
    box-shadow: -7px 0px 15px rgba(58, 58, 58, 0.649);
    padding-inline: 50px 50px;
    padding-bottom: 25px;
}
.cegcsoport .bemutat h1{
    color: rgb(255, 255, 255);
}
.cegcsoport .tevekenyseg h1{
    color: rgb(106, 151, 255);
}
.cegcsoport .tevekenyseg h1, .cegcsoport .bemutat h1{
    margin: 25px 0 10px 0;
}
.cegcsoport .bemutat p{
    margin-bottom: 15px;
    text-align: justify;   
    font-size: 90%;
}
.cegcsoport .tevekenyseg h2{
    font-size: 120%;
    color: black;
    margin-bottom: 15px;
}

.cegcsoport .tevekenyseg ul li{
    margin-bottom: 10px;
    font-size: 90%;
}
.cegcsoport .tevekenyseg p{
    text-align: justify;
    margin-bottom: 25px;
    font-size: 90%;
}
@media screen and (max-width: 1200px) {
    .rolunk .lists{
        grid-template-columns: 1fr;
    }
    
}
@media screen and (max-width: 780px) {
    section{
        font-size: 80%;
    }
    .rolunk {
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding-top: 25px;
    }
    .rolunkTitle{
        font-size: 140%;
        margin-top: 50px;
    }
    .rolunk img{
        margin: auto;
        display: block;
    }
    .rolunk .text{
        margin: 0 20px 0 20px;
        padding-bottom: 25px;
    }
    .cegcsoport{
        grid-template-columns: 1fr;
        margin: 0 10px 0 10px;
        
    }
    .cegcsoport .bemutat{
        padding-inline: 20px 20px;
    }
    .cegcsoport .bemutat h1{
        
        text-align: center;
    }
    .cegcsoport .tevekenyseg{
        box-shadow: 0px -15px 15px rgba(58, 58, 58, 0.649);
        padding-inline: 20px 20px;
    }
    .cegcsoport .tevekenyseg h1{
        text-align: center;
    }
    .rolunkTitle{
        text-align: center;
    }
    .cegcsoport .tevekenyseg ul{
        margin-left: 15px;
    }
    
}

.elotte-utana{
    display: grid;
    width: 90%;
    margin: auto auto -200px auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px ;
    text-align: center;
}
.elotte-utana h1{
    width: 100%;
    text-align: center;
}
.elotte, .utana{
    margin: 5px;
    border: 3px solid white;
    height: 100%;
    
}
.elotte{
    background-image: url("../pics/regikepek/regi_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
.utana{
    background-image: url("../pics/ujkepek/uj_1s.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: auto;
}
@media screen and (max-width: 780px){
    .elotte-utana{
        display: block;
        margin-bottom: 200px;
    }
    .elotte, .utana{
        height: 280px;
    }
    .elotte-utana h1{
        margin: 25px 0 25px 0;
    }
}
