#sluzby,
#services {
    padding: 1em;
}

#sluzby h1,
#services h1 {
    display: none;
}

#sluzby h2,
#services h2 {
    margin-bottom: 1em;
    padding: 1em 1.5em;
    font-size: 120%;
    color: #000;
    border-bottom: 2px solid #bbb;
}

#sluzby div.row,
#services div.row {
    margin-top: 1em;
    padding: .3em 1.5em;

    color: #444;
}

#sluzby div.row.suffix,
#services div.row.suffix {
    margin-top: 3em;
}

#sluzby div.multiprice,
#services div.multiprice {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0;
    padding: 0 1.5em 1em;
    overflow-x: auto;
}

#sluzby div.multiprice div.row,
#services div.multiprice div.row {
    width: 620px;
    padding: .3em 0;
}

#sluzby div.multiprice div.row p.item,
#services div.multiprice div.row p.item {
    width: 220px;
    float: left;
}

#sluzby div.multiprice div.row p.price,
#services div.multiprice div.row p.price {
    width: 200px;
    float: left;
}

#sluzby div.multiprice div.row::after,
#services div.multiprice div.row::after {
    display: block;
    content: "";
    clear: both;
}


@media only screen and (min-width: 43em) {
    #sluzby,
    #services {
        max-width: 840px;
        padding: 6em 3em;

        margin: 0 auto;
    }

    #sluzby h2,
    #services h2 {
        margin-bottom: 2em;
        padding: 1.5em 3em;
    }

    #sluzby div.row + h2,
    #services div.row + h2,
    #sluzby div.multiprice + h2,
    #services div.multiprice + h2{
        margin-top: 2em;
    }

    #sluzby div.row,
    #services div.row {
        padding: .3em 3.6em;
    }

    #sluzby div.row::after,
    #services div.row::after {
        display: block;
        content: "";
        clear: both;
    }

    #sluzby div.row p.item,
    #services div.row p.item {
        width: 70%;

        float: left;
    }

    #sluzby div.row p.price,
    #services div.row p.price {
        width: 30%;
        float: right;
    }

    #sluzby div.multiprice,
    #services div.multiprice {
        padding: 0 3.6em 1em;
    }

    #sluzby div.multiprice div.row,
    #services div.multiprice div.row {
        padding: .3em 0;
    }
}