.text-center {
    text-align: center;
}
.header__timer {
  margin-top: 25px;
}
.header__timer-item {
  margin: 0 12px;
}
.header__timer-item h2 {
  background-color: #ffce3a;
  border: 4px solid #f09000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  color: #000;
}
.header__timer-item p {
  font-size: .8rem;
  color: rgba(0, 0, 0, 0.548);
  padding-top: 7px;
}
.justify-center {
  justify-content: center;
}
.d-flex {
  display: flex;
}
.timer-section {
  margin-bottom: -30px;
}
