.countdown {
  margin-bottom: 70px;
  margin-top: -20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.countdown .time #days,
.countdown .time #hours,
.countdown .time #minutes,
.countdown .time #seconds,
.countdown .time .semicolon {
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 1024px) {
  .countdown .time #days,
  .countdown .time #hours,
  .countdown .time #minutes,
  .countdown .time #seconds,
  .countdown .time .semicolon {
    font-size: 7px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1024px) {
.countdown .time #days,
.countdown .time #hours,
.countdown .time #minutes,
.countdown .time #seconds,
.countdown .time .semicolon {
font-size: 30px;
text-align: center;
background: #fda;
border: solid 2px goldenrod;
border-radius: 10%;
color: #000;
box-shadow: -4px 4px 3px #000000, 0 3px 1px #000000;
  }
}

.countdown .time span {
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.3px;
  align-self: center;
  font-weight: 600;
  justify-self: center;
}

.countdown .semicolon {
  margin-right: 16px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .countdown .semicolon {
    font-size: 72px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1024px) {
  .countdown .semicolon {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}