.grow-business__container {
    display: grid;
    grid-gap: 60px;
}

.grow-business__title-wrapper {
    max-width: 606px;
    padding-bottom: 24px;
    margin: 0 auto;
}

.grow-business__title-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    background: var(--se-main-color-cyan);
    transform: translateX(-50%);
}

.grow-business__list {
    display: flex;
    justify-content: space-between;
}

.grow-business__item {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    justify-content: start;
    grid-gap: 24px;
    width: calc((100% - 32px) / 3);
    padding: 24px;
    border: 1px solid var(--se-stroke-color);
    background-color: var(--se-main-color-grey);
    border-radius: 5px;
}

.grow-business__item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.grow-business__item-content {
    display: grid;
    align-items: center;
}

.grow-business__item-value {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: var(--se-heading-color);
    letter-spacing: -0.8px;
}

.grow-business__item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--se-heading-color);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.grow-business__subtitle {
    max-width: 412px;
    margin: 0 auto 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--se-text-color);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .grow-business__container {
        grid-gap: 48px;
    }

    .grow-business__title-wrapper {
        max-width: 478px;
    }

    .grow-business__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .grow-business__item {
        width: calc((100% - 16px) / 2);
    }

    .grow-business__item-value {
        font-size: 32px;
        line-height: 36px;
    }

    .grow-business__item-title {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px) {
    .grow-business__container {
        grid-gap: 32px;
    }

    .grow-business__title-wrapper:after {
        display: none;
    }

    .grow-business__title-wrapper {
        padding-bottom: 0;
        max-width: none;
    }

    .grow-business__list {
        flex-direction: column;
        gap: 12px;
    }

    .grow-business__item {
        width: 100%;
        padding: 16px;
        grid-gap: 16px;
    }

    .grow-business__item-icon {
        width: 52px;
        height: 52px;
    }

    .grow-business__item-value {
        font-size: 32px;
        letter-spacing: -0.64px;
    }

    .grow-business__subtitle {
        margin-bottom: 20px;
        text-align: start;
    }
}

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

    .grow-business__figure-01.geometric-figure_square {
        top: 161px;
        left: 13.6%;
        width: 14px;
        height: 14px;
        border: 2px solid var(--se-accent-green);
        border-radius: 2px;
        transform: rotate(20deg);
    }

    .grow-business__figure-02 {
        top: 160px;
        right: 13.6%;
        width: 20px;
        height: 20px;
    }

    .grow-business__figure-02:before,
    .grow-business__figure-02:after {
        background-color: var(--se-main-color-red);
    }

    .grow-business__figure-03 {
        right: 9.8%;
        bottom: 161px;
        width: 24px;
        height: 21px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/grow-blue-triangle.svg');
    }

    .grow-business__figure-04 {
        bottom: 165px;
        left: 9.8%;
        width: 20px;
        height: 20px;
        border: 2px solid var(--se-main-color-blue-lotus);
    }

    .grow-business__figure-05,
    .grow-business__figure-06 {
        top: 50%;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
        opacity: 0.7;
        transform: translateY(-50%);
    }

    .grow-business__figure-05 {
        left: -58px;
    }

    .grow-business__figure-06 {
        right: -58px;
    }
}