#Countdown .Timer {
  display: flex;
  justify-content: center;
}

#Countdown .Timer div:first-of-type {
  display: none;
}
#Countdown .Timer div {
  text-align: center;
  margin: 0 5px;
}
#Countdown .Timer div span {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
#Countdown .Timer div span:first-child {
  font-size: 42px;
  font-weight: 800;
  background: url('https://support3.you.gr/you/redesign/landing_pages/HotOffers/number_bg.png') center center no-repeat;
  background-size: cover;
  height: 93px;
  width: 93px;
  padding-top: 14px;
}
.w800 {
  font-weight: 800;
}
.f60 {
  font-size: 60px;
  line-height: 70px;
}
.countdown_lezanta {
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  background-color: #322a27;
  padding: 20px 5%;
  text-align: center;
  margin: 0 auto;
  border-radius: 60px;
}
@media (max-width: 1200px) {
  .countdown_lezanta {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 15px;
  }
  .f60 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .countdown_lezanta {
    font-size: 25px;
    line-height: 35px;
  }
  .f60 {
    font-size: 30px;
    line-height: 40px;
  }
}