.how-to-use__title {
    max-width: 606px;
    margin: 0 auto 86px;
}

.how-to-use__title::after {
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    background: var(--se-main-color-cyan);
    transform: translateX(-50%);
}

.how-to-use__image-desktop {
    padding: 60px 60px 0 60px;
    margin-bottom: 60px;
    background-color: var(--se-main-color-grey-dark);
    border-radius: 10px;
}

.how-to-use__image-desktop img {
    display: block;
}

.how-to-use__image-mobile {
    display: none;
}

.how-to-use__steps {
    display: flex;
    justify-content: space-between;
}

.how-to-use__item {
    max-width: 47.3%;
    padding-left: 64px;
}

.how-to-use__item::before {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    content: attr(data-order);
    background: var(--se-main-color-green);
    border: 4px solid var(--se-shape-color-green);
    border-radius: 50%;
}

.how-to-use__item:nth-child(2)::before {
    background: var(--se-main-color-orange);
    border: 4px solid var(--se-shape-color-orange);
}

.how-to-use__item-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--se-heading-color);
}

.how-to-use__item-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--se-text-color);
}

@media screen and (max-width: 991px) {
    .how-to-use__image-desktop {
        padding: 36px 36px 0 36px;
        margin-bottom: 48px;
    }

    .how-to-use__title {
        margin-bottom: 74px;
    }

    .how-to-use__item-title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .how-to-use__steps {
        flex-direction: column;
    }

    .how-to-use__item {
        max-width: none;
    }

    .how-to-use__item:first-child {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .how-to-use__image-desktop,
    .how-to-use__title::after {
        display: none;
    }

    .how-to-use__image-mobile {
        display: block;
        margin-bottom: 28px;
        text-align: center;
    }

    .how-to-use__title {
        margin-bottom: 32px;
    }

    .how-to-use__item-title {
        margin-bottom: 8px;
    }

    .how-to-use__item {
        padding-top: 64px;
        padding-left: 0;
    }

    .how-to-use__item::before {
        top: 0;
    }

    .how-to-use__item:first-child {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .how-to-use__figure-01 {
        top: 135px;
        left: 8.4%;
        width: 52px;
        height: 52px;
        background: var(--se-shape-color-cyan);
        border-radius: 50%;
    }

    .how-to-use__figure-02 {
        top: 161px;
        right: 14%;
        width: 16px;
        height: 16px;
        border-color: var(--se-main-color-red);
    }

    .how-to-use__figure-02:before,
    .how-to-use__figure-02:after {
        background-color: var(--se-main-color-red);
    }

    .how-to-use__figure-03 {
        top: 245px;
        right: 0;
        width: 69px;
        height: 181px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/how-figure-3.png');
    }

    .how-to-use__figure-04 {
        right: 5.4%;
        bottom: 501px;
        width: 18px;
        height: 18px;
        border: 2px solid var(--se-main-color-blue-lotus);
    }

    .how-to-use__figure-05.geometric-figure {
        right: -72px;
        bottom: 160px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
    }

    .how-to-use__figure-06 {
        bottom: 0;
        left: 0;
        width: 158px;
        height: 157px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/how-figure-6.png');
    }

    .how-to-use__figure-07 {
        bottom: 347px;
        left: 6.1%;
        width: 19px;
        height: 19px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/orange-triangle.svg');
    }

    .how-to-use__figure-08.geometric-figure {
        top: 395px;
        left: -72px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
    }

    .how-to-use__figure-09.geometric-figure_square {
        top: 171px;
        left: 10.5%;
        width: 11px;
        height: 11px;
        border: 2px solid var(--se-main-color-cyan);
        border-radius: 2px;
        transform: rotate(45deg);
    }
}