.list_how_to {
    margin-bottom: 32px;
}

.list_how_to__title {
    font-size: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 13px !important;
    padding-bottom: 12px !important;
    line-height: 125%;
    font-style: normal;
    color: #1A1D25;
}

.list_how_to__description {
    margin-bottom: 16px;
}

.list_how_to__list_wrapper {
    border-radius: 4px;
}

.list_how_to__list {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0 !important;
}

.list_how_to__item {
    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 {
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='30' height='39' viewBox='0 0 30 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 38.6484V4.21094C0.75 2.2434 2.34496 0.648438 4.3125 0.648438H25.6875C27.655 0.648438 29.25 2.2434 29.25 4.21094V38.6484L15 30.3359L0.75 38.6484Z' fill='%23FFCB3F'/%3E%3C/svg%3E%0A") no-repeat center;
    width: 38px;
    height: 38px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #1C2642;
    top: 3px;
    left: 0;
}

.list_how_to__item_title {
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    margin-top: 16px !important;
    font-size: 20px !important;
    color: #1A1D25 !important;
    font-family: "Circular Std", sans-serif !important;
}

.list_how_to__item_text {
    font-size: 16px;
    line-height: 24px;
}

.list_how_to__item_image {
    max-width: 80%;
    margin-top: 10px;
}

.list_how_to__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: fit-content;
    height: 44px;
    background: #E90000;
    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;
    margin: 16px auto 0 auto;
    text-decoration: none;
}

.list_how_to__button:hover {
    color: #fff;
}

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

    .list_how_to__title {
        font-size: 20px !important;
        margin-bottom: 16px !important;
        padding-bottom: 15px !important;
        font-weight: 400 !important;
        color: #1A1D25;
    }

    .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;
    }
}

.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(../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) {
    .todo-guide-shortcode .todo-guide-shortcode_title {
        font-size: 20px;
    }

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