.block-key-figures {
    margin: 36px 0;
}

.block-key-figures__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.block-key-figures__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.block-key-figures--without-numbers .block-key-figures__item {
    display: block;
}

.block-key-figures__content {
    min-width: 0;
}

.block-key-figures__number {
    flex-shrink: 0;
    color: #aa5233;
    font-size: 80px;
    font-weight: 700;
    line-height: 0.95;
}

.wysiwyg .block-key-figures .block-key-figures__title,
.editor-styles-wrapper .block-key-figures .block-key-figures__title {
    margin: 7px 0 4px;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}

.block-key-figures--without-numbers .block-key-figures__title {
    margin-top: 0;
}

.block-key-figures__description {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.block-key-figures__cta {
    margin-top: 24px;
    text-align: center;
}

.wysiwyg .block-key-figures .block-key-figures__button,
.editor-styles-wrapper .block-key-figures .block-key-figures__button {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 3px;
    background-color: #aa5233;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.wysiwyg .block-key-figures .block-key-figures__button:hover,
.editor-styles-wrapper .block-key-figures .block-key-figures__button:hover {
    background-color: #8b4027;
    color: #fff;
}

@media (max-width: 1199px) {
    .block-key-figures__number {
        font-size: 60px;
    }

    .wysiwyg .block-key-figures .block-key-figures__title,
    .editor-styles-wrapper .block-key-figures .block-key-figures__title {
        font-size: 25px;
    }

    .block-key-figures__description {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .block-key-figures__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .block-key-figures__number {
        font-size: 54px;
    }
}

@media (max-width: 782px) {
    .block-key-figures {
        margin: 24px 0;
    }

    .block-key-figures__list {
        gap: 28px;
    }

    .block-key-figures__item,
    .block-key-figures--without-numbers .block-key-figures__item {
        display: block;
        text-align: center;
    }

    .block-key-figures__content {
        text-align: center;
    }

    .block-key-figures__number {
        margin-bottom: 8px;
        font-size: 48px;
        line-height: 1;
    }

    .wysiwyg .block-key-figures .block-key-figures__title,
    .editor-styles-wrapper .block-key-figures .block-key-figures__title {
        margin: 0 0 8px;
        color: #000;
        text-align: center;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 1.08px;
        text-transform: uppercase;
    }

    .block-key-figures__description {
        text-align: center;
    }

    .block-key-figures__cta {
        margin-top: 22px;
    }

    .wysiwyg .block-key-figures .block-key-figures__button,
    .editor-styles-wrapper .block-key-figures .block-key-figures__button {
        display: block;
        width: 100%;
        padding: 12px 20px;
    }
}
