.col-counter {
    // margin-bottom: 30px;
    // @include breakpoint(md) {
    // 	margin-bottom: 0;
    // }

    // &:last-child {
    // 	margin-bottom: 0;
    // }

    .col-wrap {
        display: flex;
        justify-content: center;
        text-align: center;
        position: relative;
        z-index: 0;
        height: 100%;
        padding-top: 24px;
        padding-bottom: 10px;

        @include breakpoint(lg) {
            min-height: 274px;
            align-items: center;
        }

        .text-overlay {
            font-size: 200px;
            line-height: 2.857142;
            opacity: 0.5;
            z-index: -1;

            @include breakpointMax(lg) {
                font-size: 80px;
            }
        }

        .text-wrap {
            max-width: 210px;
        }

        h2 {
            font-style: normal;
            font-weight: 500;
            font-family: $font-family-base;
            letter-spacing: -0.05em;
            margin-bottom: 22px;

            @include breakpointMax(lg) {
                font-size: 45px;
                line-height: 1.555;
                margin-bottom: 0;
            }
        }

        p {
            line-height: 1.11111;
            font-weight: 500;

            @include breakpointMax(lg) {
                font-size: 14px;
                line-height: 1.428571;
            }

            &:last-of-type {
                min-height: 40px;
                margin-bottom: 0;
            }
        }
    }
}

.counter-block {
    .row {
        margin: 0 -7px;
        @include breakpoint(lg) {
            margin: 0 -6px;
        }
    }

    .col-counter {
        padding: 0 6px;

        @include breakpoint(lg) {
            padding: 0 7px;
        }
    }
}
