 .timer__days .tn-atom::before,
	.timer__hours .tn-atom::before,
	.timer__minutes .tn-atom::before,
	.timer__seconds .tn-atom::before {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 50%;
        bottom: -50%;
        transform: translateX(-50%);
        font: 400 16px 'TildaSans',Arial,sans-serif;
        box-sizing: border-box;
    }
    @media screen and (max-width: 959px) {
    #rec562502597 ::before {
        letter-spacing: 0 !important;
    }
}