﻿.bullet-title-point {
    display: flex;
    margin-bottom: 10px;
}

.bullet-title {
    margin: auto .7rem;
    font-weight: 600;
}

.bullet-title-point::before {
    content: '\2022';
    color: #C73E32;
    font-size: 150%;
    background-color: rgb(var(--category-color-light, var(--primary-color-light)));
    min-height: 2rem;
    max-height: 2rem;
    display: inline-block;
    border-radius: 50%;
}

.bullet-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.bullet-container {
    margin-bottom: 1.5rem;
}

    .bullet-container p {
        font-size: 1rem;
        margin-left: 2rem;
    }
