/* BASIC css start */
.content_04 {
    display: flex;
    position: relative;
    width:1400px;
    font-family:"Poppins", sans-serif;
    align-items: center;
    justify-content: center;
    height:300px;
}

.space {
	font-size: 30px;
        font-weight:300;
        margin-right:40px;
}

.counter {
	font-size: 80px;
        font-weight:600;
	margin:0;
}
.counter:not(.is-visible) {
	visibility: hidden;
}
/* BASIC css end */

