.timer_wrapper {
  background: linear-gradient(90deg, #ff4646 0%, #ff8a8a 100%);
  box-shadow: 3px 4px 2px 0px #0000002b inset;
  text-align: center;
  color: white;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.40799999237060547px;
  padding: 12px 0rem;
}

@media screen and (min-width: 425px) {
    .timer_wrapper {
        font-size: 16px;
    }
}