.analyze-anchors img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .text-image-block.reverse {
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .analyze-anchors__figure-01 {
        top: 199px;
        left: 7%;
        width: 24px;
        height: 20px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/purple-triangle.svg');
    }

    .analyze-anchors__figure-02 {
        top: 120px;
        right: -61px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
    }

    .analyze-anchors__figure-03 {
        right: 0;
        bottom: 0;
        width: 101px;
        height: 103px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/purple-figure-4.svg');
    }

    .analyze-anchors__figure-04 {
        right: 7%;
        bottom: 209px;
        width: 16px;
        height: 16px;
        border: 2px solid var(--se-main-color-green);
    }

    .analyze-anchors__figure-05 {
        bottom: 120px;
        left: -61px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
    }

    .analyze-anchors__figure-06 {
        top: 0;
        left: 0;
        width: 101px;
        height: 104px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/orange-figure-8.svg');
    }
}