.countdown {
  background: -webkit-gradient(linear, left top, right top, from(#a041ff), to(#7300e6));
  background: linear-gradient(90deg, #a041ff 0%, #7300e6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 1em;
}
@media (max-width: 750px) {
  .countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.countdown p,
.countdown div {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  font-weight: 600;
}
.countdown__title span {
  font-size: 83.3%;
}
.countdown__time {
  letter-spacing: 0.1em;
}
header {
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  background: #fff !important;
}
#container {
  margin-top: 120px;
}
@media (max-width: 750px) {
  #container {
    margin-top: 135px;
  }
}
