﻿.blocTimer_timer {
    display: flex;
    gap: 24px;
}

.timer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 70px;
    height: 76px
}

.timer-number-bloc {
    color: white;
    font-size: 20px;
    backdrop-filter: blur(10px);
    background: black;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-section label {
    color: white;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    .blocTimer_timer {
        gap: 15px
    }
}