.why-important {
    background-color: var(--se-main-color-blue-dark);
}

.why-important__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.why-important__content {
    position: relative;
    max-width: 558px;
}

.why-important__title.heading-2 {
    margin-bottom: 74px;
    color: #fff;
    text-align: start;
    position: relative;
}

.why-important__title::after {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--se-main-color-cyan);
}

.why-important__text {
    font-size: 16px;
    line-height: 24px;
    color: var(--se-stroke-color);
}

.why-important__image {
    max-width: 502px;
}

@media screen and (max-width: 991px) {
    .why-important__container {
        flex-direction: column;
        text-align: center;
    }

    .why-important__title.heading-2 {
        text-align: center;
    }

    .why-important__text:last-child {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .why-important__title.heading-2 {
        margin-bottom: 20px;
        text-align: start;
    }

    .why-important__title::after {
        display: none;
    }

    .why-important__text {
        text-align: start;
    }

    .why-important__text:last-child {
        margin-bottom: 24px;
    }

    .why-important__image {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .why-important__figureset .geometric-figure {
        z-index: 1;
    }

    .why-important__figure-01.geometric-figure_square {
        top: 210px;
        right: 6.5%;
        width: 11px;
        height: 11px;
        border: 2px solid var(--se-main-color-cyan);
        border-radius: 2px;
        transform: rotate(45deg);
    }

    .why-important__figure-02 {
        top: -93px;
        right: -93px;
        width: 187px;
        height: 187px;
        background: #fff;
        border-radius: 50%;
        opacity: 0.1;
    }

    .why-important__figure-03.geometric-figure {
        right: 0px;
        bottom: 120px;
        width: 53px;
        height: 125px;
        background-image: url('/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/dotted.svg');
    }

    .why-important__figure-04 {
        bottom: 245px;
        left: 6.5%;
        width: 16px;
        height: 16px;
        border-color: var(--se-main-color-yellow);
    }

    .why-important__figure-04:before, .why-important__figure-04:after {
        background-color: var(--se-main-color-yellow);
    }

    .why-important__figure-05 {
        bottom: 0;
        left: 0;
        width: 106px;
        height: 109px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/why-figure-7.svg');
    }

    .why-important__figure-06.geometric-figure {
        top: 120px;
        left: 0;
        width: 53px;
        height: 125px;
        background-image: url('/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/dotted.svg');
    }

    .why-important__figure-07 {
        top: -153px;
        left: 21%;
        width: 198px;
        height: 205px;
        background: #fff;
        border-radius: 30px;
        opacity: 0.1;
    }
}