
.cta-button {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
 font-size: 1.5rem; 
  max-width: 250px; 
  width: 100%;
  padding: 1rem 2rem; 
  background-color: #5a249c;
  color: white;
  border-radius: 999px;
  text-decoration: none;
}
.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;
}