section.police-section span.green {
    color: #038073;
}

section.police-section .police-section__title {
    color: #038073;
    font-size: 24px;
    font-weight: bold;
}

section.police-section .police-section__subtitle {
    color: #038073;
    font-size: 24px;
    font-weight: bold;
}

section.police-section .police-section__main-list > li {
    list-style-type: decimal;
}

section.police-section .police-section__main-list > li::marker {
    color: #038073;
    font-size: 24px;
    font-weight: bold;
}

section.police-section > .container * {
    margin: 0.5rem 0 0.5rem 0;
}

section.police-section > .container p {
    line-height: 25px;
}

section.police-section ul > li {

}

section.police-section ul {
    margin-left: 2rem !important;
}

section.police-section ul > li::marker {
    content: " - ";
    margin-left: 1rem;
}
