.hero_a-timer {
  background-repeat: no-repeat;
  background-position: center 100%;
}

@media screen and (min-width: 736px) {
  .hero_a-timer .container {
    min-height: 530px;
  }
}

.hero_a-timer .cta {
  background-color: #FB8E31;
}

.hero_a-timer .country img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 12px;
  opacity: 0.4;
}

.hero_a-timer .label {
  color: #41CB72;
  border-color: #41CB72;
}

.hero_a-timer .timer p {
  letter-spacing: 1em;
  color: #FFFFFF
}

.hero_a-timer .timer .time {
  border-radius: 8px;
  border: 1px solid #DCDCDC;
}

@media screen and (max-width: 1024px) {
  .hero_a-timer {
  background-image:none !important;
}