{# Styles for Countdowm #}

#countdown-timer{
  margin-top: 30px;
  display: flex;
  column-gap: 40px;
}
#countdown-timer .tile{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#countdown-timer .tile>div:first-child{
  display: flex;
  justify-content: center;
  width: 85px;
  height: 85px;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 125%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
#countdown-timer .tile>h4{
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  #countdown-timer{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
  }
  #countdown-timer .tile{
    min-width: 75px;
  }
  #countdown-timer .tile>div:first-child{
    width: 45px;
    height: 45px;
    font-size: 32px;
  }
}

{# End Styles for Countdowm #}

.banner-tag{
  margin-bottom: 0;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #FFB300;
}
