body > .container-counter .counter{
    display: grid;
    place-items: center;
    grid-template-columns: repeat(auto-fill, minmax(min(100%,25rem),1fr));
    grid-auto-rows: 180px;
    width: 94%;
    height: 200;
    margin-top: 4%;
    margin-bottom: 4%;
}
body > .container-counter .counter .counter-1,
body > .container-counter .counter .counter-2,
body > .container-counter .counter .counter-3,
body > .container-counter .counter .counter-4
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:96%;
    height: 90%;
    background-color: #ffffff60;
    border-radius: 8px;

}
body > .container-counter .counter span,
body > .container-counter .counter  span,
body > .container-counter .counter span,
body > .container-counter .counter span
{
    display: flex;
    justify-content: center;
    align-items: center;
    width:98%;
    font-size: 3.5em;
    font-weight: 800;
    color: #006CF6;
}
body > .container-counter .counter p{
    font-size: 1em;
    color: #000;
}