.list_how_to {
    margin-bottom: 32px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 24px;
}

.list_how_to__title {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 13px !important;
    padding-bottom: 12px !important;
    line-height: 27px !important;
    font-style: normal !important;
    font-family: Chivo !important;
    color: #002c5e !important;
}

.list_how_to__description {
    margin-bottom: 16px;
}

.list_how_to__list_wrapper {
    border-radius: 4px;
}


.list_how_to__list {
    background-color: #FFFFFF !important;
    counter-reset: item;
    margin-left: 0;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.list_how_to__item {
    background-color: #FFFFFF !important;
    display: block;
    position: relative;
    margin-bottom: 16px;
    padding-left: 54px !important;
    color: #4A5463 !important;
    font-family: Arial, sans-serif !important;
}

.list_how_to__item::before {
    color: #2944AB;
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    font-family: Chivo;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    top: -3px;
    left: 0;
}

.list_how_to__item_title {
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    margin-top: 16px !important;
    font-size: 20px !important;
    color: #002C5E !important;
    font-family: Chivo, sans-serif !important;
}

.list_how_to__item_text {
    color: #2F3752;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
}

.list_how_to__item_image {
    max-width: 90% !important;
    margin-top: 10px;
    margin-left: 0px !important;
    display: flex;
    justify-content: center;
}

.list_how_to__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: fit-content;
    height: 44px;
    background: #D02626;
    border-radius: 44px;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff !important;
    margin: 16px auto 0 auto;
    text-decoration: none;
}

.list_how_to__button:hover {
    background: #004DAD;
    text-decoration: none !important;
}

@media screen and (max-width: 991px) {
    .list_how_to {
        margin-bottom: 24px;
    }

    .list_how_to__title {
        font-family: Chivo !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
        text-align: left !important;
        color: #002C5E !important;
    }

    .list_how_to__description {
        margin-bottom: 12px;
    }

    .list_how_to__list_wrapper {
        padding: 0 !important;
    }

    .list_how_to__item {
        padding-left: 46px !important;
        color: #4A5463;
        font-size: 16px !important;
    }

    .list_how_to__item_title {
        font-size: 18px !important;
    }

    .list_how_to__button {
        padding: 10px 58px;
    }

    .list_how_to__item_image {
        margin-top: 10px;
        margin-left: 0px;
    }
}

.todo-guide-shortcode p,
.todo-guide-shortcode ol,
.todo-guide-shortcode li,
.todo-guide-shortcode h2,
.todo-guide-shortcode h3 {
    margin: 0;
    padding: 0;
}

.todo-guide-shortcode {
    font-family: Arial, sans-serif;
}

.todo-guide-shortcode .todo-guide-shortcode_title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
}

.todo-guide-shortcode .todo-guide-shortcode_title:after {
    bottom: -10px;
}

.todo-guide-shortcode .todo-guide-shortcode_list {
    counter-reset: item;
    padding-left: 11px;
}

.todo-guide-shortcode .todo-guide-shortcode_item {
    display: block;
    position: relative;
    padding-left: 27px;
    border-left: 1px dashed #3CB371;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.todo-guide-shortcode .todo-guide-shortcode_item:last-child {
    border-left: none;
}

.todo-guide-shortcode .todo-guide-shortcode_item::before {
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    position: absolute;
    background-image: url(../../../public/images/green-shield.svg);
    width: 22px;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    left: -12px;
    top: -1px;
}

.todo-guide-shortcode .todo-guide-shortcode_item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.todo-guide-shortcode .todo-guide-shortcode_item-text {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .list_how_to__title {
        font-family: Chivo !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
        text-align: left !important;
        color: #002C5E !important;
    }
    .todo-guide-shortcode .todo-guide-shortcode_title {
        font-size: 20px;
    }

    .todo-guide-shortcode .todo-guide-shortcode_item-title {
        font-size: 16px;
    }
}
