
.timerr {
  display: flex;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}
.timerr .image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.timerr header {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.timerr p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  max-width: 550px;
  text-align: center;
}
.timerr .time-content {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.time-content .time {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.time .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.time .text {
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
}