.kerdesek{
    background-color: white;
    margin-right: 20%;
    margin-left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5%;
    border-radius: 8vw;
}

.kerdesek>p,.kerdesek>ul,.kerdesek>h2{
    margin-bottom: 10%;
}

.kerdesek>h2{
    background-color: rgb(237,98,100);
    border-radius: 30px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: rgb(238, 238, 238);
}

.jogi{
    text-align: start;
}

@media screen and (max-width:1200px) {
    
}

@media screen and (max-width:992px) {
    .kerdesek{
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){

}