.count-outler {
    width: 100%;
    float: left;
    background: url(../images/count-background.png);
    padding: 57px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 60px;
    color: #fff;
    float: left;
    font-weight: 600;
}

.counter {
    font-size: 40px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.count {
    float: left;
    padding-right: 50px;
    text-align: center;
}

.count-img {
    text-align: center;
}

.mar {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
    text-align: left;
}