.wrapper-counter {
    row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0
}

.container-counter {
    width: 145px;
    height: 170px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: relative;
    font-size: 15px;
    border-radius: .5em;
    background-color: #2d2d32;
    border-bottom: 10px solid #cf2326
}

.container-counter i {
    padding-top: 7px;
    color: #cf2326;
    font-size: 27px;
    text-align: center
}

.container-counter span.num {
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 24px;
    padding: 0 10px 4px
}

.container-counter span.text {
    color: #e0e0e0;
    font-size: 13px;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 7px 4px 4px
}

.fixed-column-wrap, .fixed-column-wrap-content {
    position: relative !important;
    float: left;
    top: 0px !important;
    left: 0px !important;
    height: 411px !important;
    width: 100% !important;    
}
.column-wrap, .fixed-column-wrap, .fixed-column-wrap-content, .hero-start-link, .hero-start-link.hero-start-link_mlt, section.hero-section:before {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .container-counter {
        height: 190px;
        width: 160px;
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .wrapper-counter {
        width: 90vw;
        flex-wrap: wrap;
        gap: 15px
    }

    .container-counter {
        height: 170px;
        font-size: 14px
    }
}

@media screen and (max-width:480px) {
    .wrapper-counter {
        gap: 15px
    }

    .container-counter {
        width: 80%;
        height: 180px;
        font-size: 14px
    }
}