.ch-hero {
    margin: 0 0 56px;
}

.ch-hero__title {
    font-size: 56px;
    text-align: center;
    margin: 24px 0 46px;
}

.ch-hero img {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
}

.ch-content {
    font-size: 22px;
    line-height: 1.5;
}

.ch-content.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ch-content h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 18px;
}

.ch-content a {
    color: #BF7FEB;
    text-decoration: underline;
}

.ch-content p,
.ch-content p:not(.marquee p, .marquee1 p){
    margin: 0 0 24px !important;
}

.ch-content ul {
}

.ch-content ul li {
    list-style-position: inside !important;
    list-style: disc;
    margin: 0 0 12px;
}

.ch-content ul li small {
    font-size: 80%;
}

.ch-content ul li.marked {
    position: relative;
    max-width: max-content;
}

.ch-content ul li.marked:before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 20px;
    background-color: #E3FF95;
    z-index: -1;

}

.ch-content__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px 0 48px;
}

.ch-content__flex > * {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.bg-content {

}

.lg-num-list {
    margin: 32px auto 48px;
    max-width: max-content;
    width: 100%;
    list-style-position: inside;
}

.lg-num-list li {
    font-size: 24px;
    margin: 0 0 24px;
}

.lg-num-list.dash li {
    position: relative;
}

.lg-num-list.dash li:before {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 75%;
    height: 3px;
    border-radius: 12px;
    background-color: #ACD141;
    translate: 50% 0;
    right: 50%;
}

.lg-num-list li::marker {
    color: #BF7FEB;
    font-size: 32px;
}

.ch-content button.header__btn {
    padding: 24px;
    margin: 0 0 48px;
}

.lg-num-list,
.ch-content ul {
    max-width: 450px;
    text-align: left;
}

.blue-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    font-size: 36px !important;
    margin: 0 0 18px;
    background-color: #BF7FEB;
}

/*.blue-badge:before {*/
/*    content: attr(data-text);*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    color: #BF7FEB;*/
/*    font-size: 14px;*/
/*}*/

.blue-badge.sm {
    font-size: 28px;
    padding: 18px;
}

@media screen and (max-width: 1200px) {
    .ch-hero__title {
        font-size: 46px;
    }

    .blue-badge {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 767px) {
    .ch-content__flex > * {
        max-width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 4px;
    }

    .ch-content,
    .lg-num-list li {
        font-size: 18px;
    }

    .ch-hero__title {
        font-size: 36px;
    }

    .blue-badge {
        font-size: 28px !important;
        padding: 12px;
    }

    .blue-badge.sm {
        font-size: 24px !important;
        width: 100%;
    }

    .lg-num-list li {
        margin: 0 0 12px;
    }

    .ch-content__flex {
        margin: 16px 0 24px;
    }

    .ch-content button.header__btn {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }
}
