section.list{
    padding: 0 10%;
}
section.list h2{
    text-align: center;
}
section.sluzby h2{
    margin-bottom: 24px;
}
section.diagnostika h2{
    margin: 24px 0;
}
section.list ul{
    list-style: none;
}
section.list li{
    background-color: var(--secondary-color);
    border-radius: 12px;
    padding: 24px;
    margin: 12px 0;
}

@media(max-width: 930px){
    section.list{
        padding-left: 5%;
        padding-right: 5%;
    }
    section.list li{
        text-align: center;
    }
}
