/* TIMER */
.main-wrapper {
    margin: 30px 0 15px;
    width: 100%;
    max-width: 240px;
}

.timer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}

.timer {
    width: 26px;
    height: 37px;
    background: linear-gradient(7deg, rgba(255, 0, 69, 1) 0%, rgba(248, 159, 20, 1) 100%);
    color: #ffffff;
    border-radius: 6px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 37px;
    font-weight: 700;
    transition: 0.2s all;
}

.timer-section {
    display: flex;
}