@charset "UTF-8";

#table1+ div.block_table_8  tbody tr:not(:last-child) th,
#table1+ div.block_table_8 tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
}

#table1 + div.block_table_8 th,
#table1 + div.block_table_8 td {
    padding: 20px 30px;
}






#table2+ div.block_table_8  tbody tr:not(:last-child) th,
#table2+ div.block_table_8 tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
}

#table2 + div.block_table_8 th,
#table2 + div.block_table_8 td {
    padding: 20px 30px;
}


#table2+ div.block_table_8.heading.block_header_1.align-left,
#table2+ div.block_table_8 .heading.block_header_6.align-left {
    align-items: flex-start;
    margin-bottom: -4rem !important;
}


@media screen and (max-width:380px){
.block_table_1.w20 table tr:nth-of-type(1)>td:first-child, .block_table_1.w20 table tr:nth-of-type(1)>th:first-child, .block_table_8.w20 table tr:nth-of-type(1)>td:first-child, .block_table_8.w20 table tr:nth-of-type(1)>th:first-child {
    width: 21%;
}
#table1 + div.block_table_8 th,
#table1 + div.block_table_8 td {
    padding: 20px;
}

}

