.ready-btns-block {
    padding: 120px 0;
    background: var(--se-accent-blue);
}

.ready-btns-block__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
    .ready-btns-block {
        padding: 80px 0;
    }

    .ready-btns-block__title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .ready-btns-block {
        padding: 48px 0;
    }

    .ready-btns-block__title {
        font-size: 26px;
        line-height: 32px;
        text-align: start;
    }

    .ready-btns-block .se-btn {
        width: 100%;
    }
}

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

    .ready-btns-block__figure-01 {
        top: 113px;
        left: 12.7%;
        width: 22px;
        height: 22px;
        border-color: var(--se-main-color-cyan);
        transform: rotate(-20deg);
    }

    .ready-btns-block__figure-01:before, .ready-btns-block__figure-01:after {
        background-color: var(--se-main-color-green);
    }

    .ready-btns-block__figure-02.geometric-figure_square {
        top: 97px;
        right: 24.7%;
        width: 20px;
        height: 20px;
        border: 2px solid var(--se-accent-green);
        border-radius: 2px;
        transform: rotate(20deg);
    }

    .ready-btns-block__figure-03 {
        right: 10%;
        top: 189px;
        width: 36px;
        height: 32px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/yellow-triangle.svg');
    }

    .ready-btns-block__figure-04 {
        left: 24.7%;
        bottom: 115px;
        width: 26px;
        height: 26px;
        border: 2px solid var(--se-main-color-red);
    }

    .ready-btns-block__figure-05 {
        top: -40px;
        left: 24%;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }

    .ready-btns-block__figure-06 {
        top: -40px;
        right: 11.3%;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }

    .ready-btns-block__figure-07 {
        bottom: -40px;
        right: 16.8%;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }

    .ready-btns-block__figure-08 {
        bottom: -40px;
        right: calc(16.8% + 127px);
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }

    .ready-btns-block__figure-08 {
        bottom: -62px;
        left: 11.3%;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }

    .ready-btns-block__figure-09 {
        top: 80px;
        left: -53px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-blue.svg');
    }
}
