ul li::marker {
    color: #ba0c2f;
}

.section-lead {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #888b8d;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-align: left;
}

.subtitle-text {
    font-size: 18px;
    font-weight: 700;
    color: #6c757d;
    line-height: 1.2;
    margin-bottom: 0.5;
    text-align: left;
}

.h4-as-p {
    font-size: 1rem;
    line-height: 1.5;
    color: #888b8d;
    font-weight: 400;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0;
}

.features-section .feature-heading {
    position: relative;
    font-size: clamp(1.5rem,2vw,2rem);

    /* Bootstrap H2 size */
    font-weight: 700;

    /* bold */
    line-height: 1.2;
    color: #ba0c2f;

    /* brand red */
    padding-left: 2rem;

    /* space for the number */
    margin-bottom: 1rem;
}

.features-section .feature-heading::before {
    content: attr(data-feature-number);
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.features-section .feature-link {
    color: #ba0c2f;
    text-decoration: none;
}

.features-section .feature-link:hover {
    text-decoration: underline;
}

h1 {
    color: #ba0c2f !important;
}

h2 {
    color: #ba0c2f !important;
}

h3 {
    color: #ba0c2f !important;
}

h4 {
    color: #ba0c2f !important;
}

h5 {
    color: #ba0c2f !important;
}

h6 {
    color: #ba0c2f !important;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: #ba0c2f;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: none;
    text-align: center;
}