body {
    background: #f7f7f7;
}

#AppHeader {
    background: #ffffff;
}

#AppMain > section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

[data-section="terms-content"] .section-content > .row > .col {
    background: #ffffff;
    padding: 2rem;
    border: 1px solid #ececec;
}

h1, .h1 {
    font-size: 3rem;
}

h2, .h2 {
    font-size: 2.2rem;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-size: 1.5rem;
}

.breadcrumbs {
    margin-bottom: 1rem !important;
}

[data-bs-target="#cookieModal"] {
    margin-bottom: 1rem;
}