.timer {
  padding: 0 10px 10px;
  position: relative;
  text-align: center;
  max-width: 650px;
  min-width: 227px;
  top: -9px;
  margin: 0 auto;
}
.timer .timer-headline {
  margin-top: 20px;
}
.timer .timer-headline .subheadline {
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-style: normal;
  margin: 0 0 15px;
}
.timer .number {
  display: inline-block;
  width: 18%;
  text-align: center;
  margin: 5px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 10px;
  padding: 5px 0;
  font-size: 22px;
  font-weight: 700;
  max-width: 65px;
}
.timer .number .text {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.landing .timer {
  padding: 15px 0 0;
}
.landing .timer .timer-headline .subheadline {
  color: #397173;
  font-size: 21px;
  font-style: italic;
  margin: 6px 0 10px;
  text-align: center;
  line-height: 1;
}
.landing .timer .number {
  border-radius: 0;
  max-width: 60px;
  color: #397173;
  font-size: 24px;
  line-height: 2;
  padding: 0 0 10px;
  background: linear-gradient(to bottom, white 0%, white 20%, #f1f1f1 30%, white 31%, white 32%, #f1f1f1 50%, #e2e2e2 60%, rgba(254, 254, 254, 0) 60%, rgba(254, 254, 254, 0) 99%, rgba(254, 254, 254, 0) 100%);
}
.landing .timer .text {
  display: block;
  padding: 4px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

/***********************************
Media Styles Min-Width 768
***********************************/
@media (min-width: 768px) {
  .timer {
    padding-top: 20px;
    top: -3px;
  }
  .timer .timer-headline .subheadline {
    color: #fff;
  }
  .timer .number {
    width: 10%;
    background-color: #fff;
  }
}
/***********************************
Media Styles Min-Width 992
***********************************/
@media (min-width: 992px) {
  .timer {
    padding: 15px 0 0;
    top: 0;
  }
  .timer .timer-headline {
    color: #397173;
    font-size: 21px;
    font-style: italic;
    margin: 6px 0 10px;
    text-align: center;
    line-height: 1;
  }
  .timer .timer-headline .subheadline {
    color: #397173;
    font-size: 21px;
    font-style: italic;
    margin: 6px 0 10px;
    text-align: center;
    line-height: 1;
  }
  .timer .number {
    border-radius: 0;
    max-width: 60px;
    width: 20%;
    color: #397173;
    font-size: 24px;
    line-height: 2;
    padding: 0 0 10px;
    background: linear-gradient(to bottom, white 0%, white 20%, #f1f1f1 30%, white 31%, white 32%, #f1f1f1 50%, #e2e2e2 60%, rgba(254, 254, 254, 0) 60%, rgba(254, 254, 254, 0) 99%, rgba(254, 254, 254, 0) 100%);
  }
  .timer .text {
    display: block;
    padding: 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
  }
}