.first-subpage h1.m {
    display: none;
}

@media (max-width: 550px) {
    .first-subpage h1.pc {
        display: none;
    }
    .first-subpage h1.m {
        display: block;
    }
}

section.sluzby {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 4rem 32px;
}

@media (min-width: 1000px) {
    section.sluzby {
        padding-left: 10%;
        padding-right: 10%;
    }
}

section.sluzby > div {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    background: var(--bg-2);
    border-radius: 0.5em;
}

section.sluzby h2 {
    text-align: left;
    margin: 0;
}

section.sluzby p,
section.sluzby ul,
section.sluzby li {
    text-align: left;
}

@media (max-width: 740px) {
    section.sluzby h2 {
        text-align: center;
    }
}

section.sluzby li{
    margin-bottom: 16px;
}
section.sluzby ul{
    margin: 0;
}
section.sluzby p{
    font-weight: var(--font-weight-h);
}

.h-top{
    margin-top: 48px!important;
}
.med-top{
    margin-top: 24px!important;
}
.low-top{
    margin-top: 16px!important;
}
.h-bot{
    margin-bottom: 48px!important;
}
.med-bot{
    margin-bottom: 24px!important;
}
.low-bot{
    margin-bottom: 16px!important;
}


li.second{
    list-style: square;
    margin-left: 16px;
}
