.tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  line-height: 15px;
  display: block;
  font-weight: 700;
}

.countdown-section:last-child .countdown-amount{
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
   animation-fill-mode: forwards;
   color: #4aa9af;
}