body {
    font-size: 16px;
}

.enterprisepage {
    margin-top: 25px;
    line-height: 2.1em;
}

.features {
    margin-top: 15px;
}

.features h5 {
    margin-top: 15px;
    font-weight: 600;
    color: #198754;
}

.more-challenges {
}

    .more-challenges span {
        color: green;
        font-weight: bold;
    }

ol {
}

    ol li {
        margin-right: 1.8em;
        list-style-type: square;
    }


@media (max-width: 575px) {
    ol li {
        margin-right: 0;
    }
}
