
.atg-counter {
  background-color: var(--color-light);
}
.atg-countdown-container {
    color: #12598D;
    font-size: 3.75rem;
    line-height: 1.0;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    padding: unset;
    text-align: center;
  }
  .atg-countdown-container span {
    display:block;
    color: #12598D;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  
  @media (max-width: 1139px) {
    .atg-countdown-container {
      gap: 15px;
      font-size: 4.5rem;
    }
  
    .atg-countdown-container span {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .focus_module_countdown_timer-container {
      gap: 10px;
      font-size: 2.5rem;
    }
  
    .focus_module_countdown_timer-container span {
      font-size: 11px;
      margin-top: 0px;
    }
  
    #mmct_duration {
      gap: 15px;
      font-size: 4.5rem;
    }
  }
@media (max-width: 480px){
  .atg-countdown-container {
        gap: 0px;
        font-size: 2.0rem;
    }
}
}