.desktop-timer-wrapper,
.mobile-timer-wrapper {
    /* display: flex; */
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    display: none;
}
.desktop-timer-wrapper .text p,
.mobile-timer-wrapper .text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
    line-height: 16px;
    font-weight: 600;
}
.timer-div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    line-height: 1;
    /* padding: 20px; */
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: white;
    font-weight: 100;
    position: relative;
    z-index: 200;
    align-items: flex-end;
    padding-bottom: 20px;
    /* top: 10vh;
    right: 75vh; */

}
.timer-div span {
    display: block;
    font-size: 12px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.desktop-days {
    font-size: 40px;
    color: #E7CE6E;
    padding: 10px;
    font-weight: 600;
    padding-left: 0px;
}
.desktop-hours {
    font-size: 40px;
    color: #E7CE6E;
    padding: 10px;
    font-weight: 600;
}
.desktop-minutes {
    font-size: 40px;
    color: #E7CE6E;
    padding: 10px;
    font-weight: 600;
}
.desktop-seconds {
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
    color: #E7CE6E;
}
