.cca-two-col-lists {
    font-family: inherit;
    color: #000000;
}

.cca-list-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.cca-list-content ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin-bottom: 0;
}

.cca-list-content li {
    display: list-item !important;
    list-style-type: disc !important;
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .pr-lg-5 {
        padding-right: 3rem !important;
    }
    .pl-lg-5 {
        padding-left: 3rem !important;
    }
}