@media only screen and (max-width: 600px) {
    main {
        font-size: 14px !important;
    }

    h3 {
        font-size: 20px !important;
    }

}



body{
    background-color: #F5F5F5;
    margin: 0;
    font-family: sans-serif;
    min-height: 100% !important;
    overflow-y: auto;
}

main {
    color: black;
    font-size: 16px;
    padding: 0 0.75rem;
}

h3 {
    color: #004A8C;
    opacity: 0.87;
    font-weight: bold;
    font-size: 25px;
}

ol, p {
    opacity: 0.54;
}

ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 0;
}

li::before {
    font-weight: bold;
    counter-increment: section;
    content: counters(section,".") ".";
}


ol li {
    margin-bottom: 20px;
}

ol li ol {
    opacity: 1;
    padding-left: 15px;
}

ol li ol li {
    margin-bottom: 1px !important;
}

