.cryo-carbon {
    text-align: center;
    margin: 80px auto;
    font-size: 16px;
    position: relative;
}

.cryo-carbon-subtitle {
    font-weight: bold;
}

.cryo-carbon-counter {
    font-size: 3em;
}

.cryo-carbon::before {
    background: url(../images/green-0.png) no-repeat 0 0;
    left: 0;
}

.cryo-carbon::after {
    background: url(../images/green-1.png) no-repeat right 0;
    right: 0;
}

.cryo-carbon::before,
.cryo-carbon::after {
    display:block;
    content: "";
    width: 200px;
    height: 215px;
    position: absolute;
    top: 0;
    background-size: cover;
}

@media only screen and (max-width: 769px) {

    .cryo-carbon {
        margin: 60px auto 115px;
        padding: 0 20px;
    }

    .cryo-carbon::before,
    .cryo-carbon::after {
        width: 100px;
        height: 107px;
        top: 220px;
    }

}