@page{
    size:A4;
    margin:15mm;
}

.hero{
    background:none;
    color:#000;
}

.section{
    break-inside:avoid;
    page-break-inside:avoid;
}
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

tbody {
    display: table-row-group;
}

tr {
    display: table-row;
}

th,
td {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 12px;
}

th {
    width: 30%;
}
.map{
    padding: 0;
    width: 100%;
}
.map .container{
    display: flex;
    flex-direction: row;
}
.container-half{
    width: 50%;
    padding: 20px;
}

footer{
    display:none;
}