.industries_page__industries_sections-content-article ol {
    list-style: none;
    padding-left: 1.75rem;
    line-height: 1.375;
}

.industries_page__industries_sections-content-article ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 0.55rem;
}

.industries_page__industries_sections-content-article ol li::before {
    content: "0" counter(my-awesome-counter) ".";
    color: var(--secondary-color);

    position: absolute;
    margin-left: -1.75rem;

    font-size: 0.75rem;
    font-weight: 600;
    line-height: 2;
    margin-top: -1px;
}


/**
 * Desktop
 */

@media (min-width: 1024px) {
    .industries_page__industries_sections-content-article ol li::before {
        font-size: 0.9rem;
        margin-top: -0.22rem;
    }
}
