.sluzby {
    text-decoration: none;
    background: #fdf7ed;
    padding: 20px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
}

.sluzby:hover {
    background: #f8dba7;
    color: black !important;
    transition: all 0.5s;
}

.ikony-rocestnik {
    display: flex;
    flex-wrap: wrap;
}

.rozcestnik-polozky{
    margin-bottom: 30px !important;
}

.rozcestnik-polozky p{
    margin-bottom: 0px !important;
}

