
.clr-new01 {
    background-color: #ffd249;
}
.clr-time-2 {
    background-color: #daa14c;
}
.clr-time-3 {
    background-color: #30373e;
}
.clr-time-4 {
    background-color: #b8305d;
}
.clr-time-5 {
    background-color: #C71585
}
.div5-3 { 
    border-radius: 10px;
    padding-top: 15%;
}
.time-collection {
    text-align: center;
}
.time-text-1 {
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.bt20 {margin-bottom: 20px;
}
.int_btn-s3, .int_btn-s3:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #a8204d;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media (min-width: 360px) and (max-width: 991px) {
.parent5-ba {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, auto);
grid-column-gap: 0px;
grid-row-gap: 30px;
}
.div5-1 { grid-area: 1 / 1 / 2 / 2; }
.div5-2 { grid-area: 2 / 1 / 3 / 2; }
.div5-3 { grid-area: 3 / 1 / 4 / 2; }

.div5-3 {
    padding-bottom: 5%;
}

.time-text-1 {
    font-size: clamp(28px, 28px + 0.03487*(100vw - 360px), 50px);
    margin-top: 12px;
}
.time-text-2 {
    color: #fff;
    font-size: clamp(20px, 20px + 0.00951*(100vw - 360px), 26px);
    font-weight: 600;
    line-height: 1.1;
    margin-top: 40px;
}
.time-display {
    font-size: clamp(24px, 24px + 0.01902*(100vw - 360px), 36px);
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15%;
}

}


@media (min-width: 992px) and (max-width: 1920px) {
.parent5-ba {
margin-left: 0px;
margin-right: calc((100vw - clamp(893px, 893px + 0.42821*(100vw - 992px), 1290px))/2);
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
grid-column-gap: 60px;
grid-row-gap: 10px;
}
.div5-1 { grid-area: 1 / 1 / 2 / 4; }
.div5-2 { grid-area: 2 / 1 / 3 / 3; }
.div5-3 { grid-area: 2 / 3 / 3 / 4; }

.time-text-1 {
    font-size: clamp(28px, 28px + 0.02371*(100vw - 992px), 50px);
    margin-top: 12px;
}
.time-text-2 {
    color: #fff;
    font-size: clamp(20px, 20px + 0.00647*(100vw - 992px), 26px);
    font-weight: 600;
    line-height: 1.1;
    margin-top: 40px;
}
.time-display {
    font-size: clamp(24px, 24px + 0.01293*(100vw - 992px), 36px);
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15%;
}

}
    














