.countdown-block{
    display: none;
    width: 100%;
    text-align: center;
}
.item {
    position: relative;
    float: left;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
    font-family: "roboto";
    font-size: 3em;
    color: #46B0B6;
    font-weight: bolder;
    text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    transition: all 1s linear;

}