/* frontend.v2.page.css */
table {
    font-size: 0.8rem;
}
@media (max-width: 575.98px) {
    .table td, .table th {
        padding: 0.1rem;
        font-size: 0.7rem;
    }
}
h2 {
    margin: 40px 0 20px 0;
}
h3 {
    font-size: 1rem !important;
    font-weight: 700;;
}
