#gdpr-data-container {
    margin-top: 70px;
    margin-bottom: 50px;
}

.heading {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: start !important;
}

.text {
    text-align: justify;
    color: #000000;
}

ul.items {
    padding: 0 40px;
    text-align: start !important;
    line-height: 2;
}

ul.items-no-bullets {
    padding: 0 40px;
    text-align: start !important;
    line-height: 2;
    list-style-type: none;
}

ul.items-no-bullets li {
    font-weight: bold;
}

.signature {
    line-height: 0.5;
    width: fit-content;
    float: right;
    margin-right: 60px;
}

.last-updated {
    width: fit-content;
}

.signature-wrapper {
    line-height: 0.5;
    clear: both;
    padding-bottom: 50px;
}

table {
    table-layout: auto;
    width: fit-content;
    border-collapse: collapse;
    border: 1px solid black;
    margin: 0 auto;
}

table td, table th {
  border: 1px solid black;
}

td {
	text-align: left;
	padding: 15px;
	vertical-align: top;
}

td ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.contact-section {
    line-height: 0.5;
}

.contact-section li p {
    text-align: left !important;
}

@media only screen and (min-width: 240px) and (max-width: 610px) {
    .contact-section {
        line-height: 1.3 !important;
    }

    .contact-section li p {
        text-align: left !important;
    }

    .signature {
        margin-right: 0 !important;
        width: 100%;
    }
}


@media only screen and (max-width : 750px) {
    .text {
        text-align: left !important;
    }
}