.timer {
  background: #e9e3d8;
  padding-right: 20px;
  padding-bottom: 110px;
  padding-left: 20px;
  text-align: center;
}

.timer-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: #4b3526;
  margin-bottom: 50px;
  line-height: 1.2;
}

.timer-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.timer-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: #4b3526;
}

.timer-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #6b5846;
  margin-top: 6px;
  letter-spacing: 1px;
}
