#frontend_leads_create_countdown .frontend_leads_create_item_body {
    display: flex;
    align-items: center;
    justify-content: center;
}
#frontend_leads_create_countdown .frontend_leads_create_item_body #frontend_leads_create_countdown_figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-blue);
    border-radius: 1000px;
    aspect-ratio: 1;
    height: 25rem;
}
#frontend_leads_create_countdown .frontend_leads_create_item_body #frontend_leads_create_countdown_figure span {
    color: white;
    /* background-color: var( --color-blue ); */
    /* border-radius: 1000px; */
    /* width: 25rem; */
    /* height: 25rem; */
    /* padding-top: 2.5rem; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    line-height: 0.6;
    padding-top: 1.75rem;
}

