.countdown-wrapper.countdown-container{background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important;box-shadow:0px 0px 24px rgba(0,0,0,0.15);border-radius:10px;}
.timer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1480px;margin:40px auto;padding:50px 20px;width:100%;}
.timer-title-wrapper span{color:#000;font-size:15px;font-weight:400;line-height:15px;text-transform:uppercase;}
.timer-title-wrapper h2{color:#000;font-size:50px;font-weight:700;text-transform:uppercase;margin:12px 0 60px 0;}
.timer-title-wrapper a{color:#000;font-size:15px;font-weight:400;line-height:15px;text-transform:uppercase;}
.timer-title-wrapper{width:55%;}
.countdown-timer-container{width:45%;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:580px;}
.countdown-timer-container .countdown-timer-values{color:#000;text-align:center;font-size:70px;font-weight:200;line-height:70px;text-transform:uppercase;}
.countdown-timer-container .countdown-timer-labels{margin-top:5px;color:#000;font-family:Lexend;font-size:15px;font-weight:400;line-height:15px;text-transform:uppercase;text-align:center;}
@media (max-width:1199px){
  .timer-title-wrapper h2{font-size:30px;margin:10px 0;line-height:normal;}
  .timer-container{margin:20px auto;padding:20px;}
  .countdown-timer-container .countdown-timer-values{font-size:40px;line-height:40px;}
}
@media (max-width:768px){
  .timer-title-wrapper h2{font-size:24px;}
  .timer-title-wrapper,.countdown-timer-container{width:100%;text-align:center;max-width:100%;}
  .timer-title-wrapper{margin-bottom:20px;}
  .countdown-timer-container .countdown-timer-values{font-size:30px;line-height:30px;}
  .countdown-timer-container .countdown-timer-labels{font-size:12px;line-height:12px;}
}