/**
START SHORTCODE
*/

.block-numbers {
    position: relative;
    margin-top: 100px;
    min-height: 540px;
}

.numbers__lst {
    max-width: 700px;
    display: flex;
    padding: 56px 50px 0 96px;
    background: #EFCBBB;
    flex-wrap: wrap;
    position: absolute;
    top: -120px;
    left: 96px;
}

.number__item {
    width: calc(50% - 55px);
    display: inline-flex;
    flex-direction: column;
    margin-right: 55px;
    padding-bottom: 75px;
}

.number__title {
    margin-bottom: 7px !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #000000;
}

.number__count {
    margin-bottom: 0 !important;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 77px;
    /* identical to box height */

    color: #000000;
}

.number__desc {
    margin-bottom: 0 !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    color: #000000;
}



@media (max-width: 767px) {
    .numbers__lst {
        max-width: 700px;
        display: flex;
        padding: 30px;
        background: #EFCBBB;
        flex-wrap: wrap;
        position: static;
        top: 0;
        left: 0;
    }
    .number__item {
        width: 100%;
    }

    .block-numbers + .wp-block-spacer {
        display: none;
    }

    .block-numbers {
        margin-top: 0;
    }

    .block-video.about_block-video {
        padding: 0 !important;
    }
}