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