.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    position: relative;
}

.custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: bold;
}

.content-section p {
    text-align: justify;
    line-height: 1.8;
}

.content-section h2 {
    color: #1a1a2e;
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
}
