.section{
    text-align: justify;
    font-weight: lighter;
}
.section p{
    margin: 2vh 0;
}
ul {
    gap: 2vh;
}


.gdpr-table {
    margin: 2vh 0 0 0;
    border-collapse: collapse;
    text-align: left !important;
}
.gdpr-table td, th{
    padding-left: 10px;
}

.gdpr-table th {
    background-color: #05A3A6;
    height: 5vh;
    color: white;
    border: 1px solid #818181; /* ohraničení pro hlavičku */
}

.gdpr-table tr, td {
    background-color: white;
    border: 1px solid #818181;
    height: 10vh;
}