.counter{
    background-image: url(../images/bg_ab.jpg);
    padding: 110px  0 100px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    &::after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(126, 122, 122, 0.733);
        z-index: -1;
    }
    .counter_wrapper{
        .counter_wrap{
            h4{
                font-size: 55px;
                font-weight: 600;
                color: $white;
             }
             h5{
                font-size: 20px;
                font-weight: 500;
                color: $white;
                padding-top: 10px;
             }
        }
    }
}