.tick-time-wrapper {
    font-size: 82px;
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}

.tick-label {
    font-size: 20px;
    color: #FFFFFF;
}

.tick {
    background: rgba(131, 156, 206, 0.7);
    backdrop-filter: blur(64px);
    padding-bottom: 65px;
}

.tick-group {
    padding: 30px;
    border-right: 3px solid #F70D1C;
    height: 75px;
    align-self: center;
    /*width: 10rem;*/
    width: 14rem;

}

.tick-group:last-child{
    border-right: unset;
}

.tick-label{
    margin-top: 3rem !important;
}
.tick-group-wrapper{
    height: 10rem;
}

@media all and (max-width: 414px){
    .tick-time-wrapper {
        font-size: 65px;
        top: 25px;
    }

    .tick-group {
        padding: 10px 20px 0;
        height: 40px;
}

@media all and (max-width: 365px){
    .tick {
        padding-bottom: 55px;
    }
    .tick-time-wrapper {
        font-size: 55px;
        top: 35px;
    }

    .tick-label {
        margin-top: 2rem !important;
    }
}

/*@media all and (max-width: 1200px) {*/
/*    .tick{*/
/*        padding-bottom: 0;*/
/*    }*/

/*    .tick-group {*/
/*        padding: 11px;*/
/*        border-right: 3px solid #F70D1C;*/
/*        height: 60px;*/
/*    }*/

/*    .tick-label {*/
/*        margin-top: 2rem !important;*/
/*    }*/
/*}*/

/*@media all and (max-width: 991.9px) {*/
/*    .tick {*/
/*        padding-top: 200px;*/
/*        padding-bottom: 65px;*/
/*    }*/

/*    .tick-group {*/
/*        padding: 25px;*/
/*        height: 75px;*/
/*    }*/

/*    .tick-time-wrapper {*/
/*        font-size: 85px;*/
/*        font-weight: 700;*/
/*        color: #FFFFFF;*/
/*        position: absolute;*/
/*        bottom: 170px!important;*/
/*        top: unset;*/
/*    }*/

/*    .tick-label {*/
/*         margin-top: 0rem !important;*/
/*    }*/
/*}*/

/*@media all and (max-width: 768px) {*/
/*    .tick-group-wrapper {*/
/*        height: unset;*/
/*    }*/

/*    .tick-group {*/
/*        padding: 100px 70px 70px;*/
/*    }*/


/*    .tick-label{*/
/*        margin-top: 0!important;*/
/*    }*/
/*}*/