div.block_1:nth-child(even) {
    background-color: rgb(230,230,230);
    }
div.block_0 {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: white;
    }
div.block_0 .maxw {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    }
div.block_0 .maxw .element_0 {
    width: 100%;
    height: auto;
    }
div.block_0 .maxw .element_0 .title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: rgb(228,0,123);
    padding: 40px 0;
    text-transform: uppercase;
    }
div.block_1 {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: white;
    padding: 15px 0;
    }
div.block_1 .maxw {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    }
div.block_1 .maxw .gep {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-justify-content: end;
    justify-content: end;
    }
div.block_1 .maxw .gep .gep_kep {
    position: relative;
    height: 150px;
    width: auto;
    border: solid 1px rgb(180,180,180);
    margin: 10px;
    padding: 3px;
    border-radius: 15px;
    }
div.block_1 .maxw .gep .gep_szoveg {
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    }
div.block_1 .maxw .gep .gep_szoveg .gep_title {
    font-weight: bold;
    font-size: 1.3em;
    color: rgb(0,157,224);
    margin-bottom: 30px;
    }

/* Portrait */
@media screen and (orientation:portrait) {
}

/* 0-640 */
@media only screen and (max-width:640px) {
div.block_1 .maxw .gep .gep_kep {
    height: 100px;
    margin: 4px;
    }
}

/* 0-480 */
@media only screen and (max-width:480px) {
}

/* 0-640 */
@media only screen and (max-height:640px) {
}
