
@media (max-device-width : 1024px) {

.simply-countdown {
  overflow: hidden;
  display: table;
  font-family: 'Arial', sans-serif;
}
.simply-countdown > .simply-section {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin: 15px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.simply-word {
  font-family: "Trajan Pro", sans-serif;
  font-size: 13px;

}

.simply-amount 
{
  font-family: "Trajan Pro", sans-serif;
    font-size: 28px;
      margin-top : 8px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}

.simply-countdown {
  /* The countdown */
  margin-bottom: 1em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 80px;
  height: 80px;
  background: rgba(241, 78, 149, 0.8);
  margin: 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

}


.simply-countdown {
  overflow: hidden;
  display: table;
  font-family: 'Arial', sans-serif;
}
.simply-countdown > .simply-section {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin: 15px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.simply-word {
  font-family: "Trajan Pro", sans-serif;
  font-size: 13px;

}

.simply-amount 
{
  font-family: "Trajan Pro", sans-serif;
    font-size: 28px;
      margin-top : 8px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  text-align: center;
}

.simply-countdown {
  /* The countdown */
  margin-bottom: 1em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 80px;
  height: 80px;
  background: rgba(241, 78, 149, 0.8);
  margin: 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 20%;
  position: relative;
  animation: pulse 1s ease infinite;
}
