    html .c-accordion_plus::before,
    html .c-accordion_plus::after {
        border-color: #1C1C1C;
    }

    .offer {

        color: black;
    }

    .offer-black {
        background: black;
        color: white;
    }

    .offer-black h2 {
        color: white !important;

    }

    .offer h2 {

        font-size: 1.75rem !important;
        margin-bottom: 1rem;
    }

    .offer-black h3,
    .offer-black h5 {
        color: white !important;

    }

    .offer ul {
        list-style: none;
    }

    .offer ul li:before {
        content: '✓';
        height: 100%;
        display: inline-block;
        position: absolute;
        left: -18px;
    }

    .offer p {

        margin: 1rem 0;
    }

    .c-accordion {
        border-top: 1px solid;
    }

    html .c-accordion_item {
        border-color: #1c1c1c66;
    }


    .offer ul {
        margin: 1.7rem;
        margin-left: 20px;
    }

    .offer ul li {
        margin: 1rem 0;
        position: relative;
        line-height: 1.4rem;
    }

    .offer .c-button {
        margin-top: 1.7rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        padding: 5px 0;
    }

    .offer .c-button.-bubble::before {
        top: -4px;
        left: -4px;
    }

    .offer ul {
        list-style: none;
    }

    .c-section_header_heading_black:before {
        color: black;
    }

    .footer_offer h2 {
        font-size: 1.75rem !important;
        line-height: 1.8rem;
        color: black;
    }

    @media screen and (max-width: 780px) {}

    .acc_mob {
        margin-top: 30px !important;
    }