
.time_circles {
    height: 100%;
    position: relative;
    width: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    font-family: "Century Gothic",Arial;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.time_circles > div > span {
    display: block;
    font-family: "Century Gothic",Arial;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
