.html-block-20.case-result {
    background-color: #F3EEEB !important;
    color: #121111 !important;
}

.html-block-20.case-result * {
    background-color: transparent !important;
    color: #121111;
}

/*.html-block-20.case-result a {*/
/*    color: #121111 !important;*/
/*}*/

.html-block-20 .case-result__html ul {
    margin-top: 0;
}

.html-block-20 .case-result__html ul li {
    margin-bottom: 1rem;
}

.html-block-20 .case-result__html a {
    color: revert !important;
}

.case-result__html ul li::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_286)'%3E%3Cpath d='M33.3333 10.833L15 29.1663L6.66663 20.833' stroke='%23FF3333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_286'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
}

.html-block-22 .secret__tile ul {
    padding-left: 2rem;
}

.html-block-22 .secret__container > p {
    margin-bottom: 3rem
}

.html-block-4 h4 {
    color: #FF474A;
}

.html-block-4 ul {
    margin-top: 2rem;
    padding-left: 2rem;
    list-style-type: disc;
}

.html-block-4 ul li {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .about-client.section-p {
        padding-bottom: 7.5rem;
    }

    .html-block-20 .case-result__html ul {
        margin-bottom: 0;
    }
}


