.pg-countdown {
  position: relative;
}

.pg-countdown .pg-countdown-timer {
  position: absolute;
  top: 1%;
  right: 20%;
  transform: translate(-50%);

  font-size: clamp(16px, -2.462px + 4.923vw, 32px);
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ce7e7e;
}
