.testimonials .marks-block {
    margin: 48px 0;
}

.testimonials__undertitle.titleset__undertitle {
    font-size: 16px;
    line-height: 24px;
    color: var(--se-text-color);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .testimonials__title-block {
        max-width: 444px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .testimonials.content {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials__figureset .geometric-figure_dotted-square {
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
        opacity: .7;
    }

    .testimonials__figure-01 {
        top: 376px;
        left: 0;
        width: 120px;
        height: 240px;
        background-image: url('/wp-content/themes/se_theme/page-templates/front-page/front-page-2023/assets/images/testimonials-figure-1.png');
    }

    .testimonials__figure-02 {
        top: -58px;
        left: 6.8%;
    }

    .testimonials__figure-03 {
        top: 376px;
        right: 0;
        width: 120px;
        height: 240px;
        background-image: url('/wp-content/themes/se_theme/page-templates/front-page/front-page-2023/assets/images/testimonials-figure-2.png');
    }

    .testimonials__figure-04 {
        right: 6.8%;
        bottom: -58px;
    }

    .testimonials__figure-05 {
        right: 20.7%;
        bottom: 187px;
        width: 16px;
        height: 16px;
    }

    .testimonials__figure-05:before, .testimonials__figure-05:after {
        background-color: var(--se-main-color-green);
    }

    .testimonials__figure-06 {
        bottom: 187px;
        left: 20%;
        width: 12px;
        height: 12px;
        border: 2px solid var(--se-main-color-blue-lotus);
        border-radius: 2px;
        transform: rotate(10deg);
    }

    .testimonials__figure-07 {
        top: 195px;
        left: 10.6%;
        width: 16px;
        height: 16px;
        border: 2px solid var(--se-main-color-cyan);
        border-radius: 50%;
    }

    .testimonials__figure-08 {
        top: 187px;
        right: 10.4%;
        width: 24px;
        height: 22px;
        background-image: url('/wp-content/themes/se_theme/page-templates/front-page/front-page-2023/assets/images/testimonials-figure-3.png');
    }
}