.kep_container{
    width:100%;
    box-sizing: border-box;
    text-align: center;
}

.kep_container img{
    max-width:90%;
    max-height:200px;
}

.kep_container_nezet{
    width:100%;
    box-sizing: border-box;
    text-align: center;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    margin-top:20px;
    margin-bottom:20px;
    padding:20px 0px;
}

.kep_container_nezet img{
    max-width:90%;
    max-height:200px;
}