:root {
    font-size: 16px;
}

@media (max-width: 650px) {
    :root {
        font-size: 18px;
    }
}

body {
    margin: 2rem;
    padding: 0;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1.8rem;
    color: black;
}

h1 {
    margin: 1rem 0 1rem 0;
    font-size: 2.0rem;
    font-weight: bold;
    break-after: avoid;
    color: #64B945;
}

h2 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    break-after: avoid;
}
p {
    line-height: 1.2;
    margin: 0 0 1.5rem 0
}

ol {
    padding-left: 1.4rem;
    margin-bottom: 1.5rem;
}

li {    
    margin-bottom: 1.8rem;
}

.faq-item {
    margin-bottom: 3rem;
}