.counter-top {
  padding: 5px 20px;
  background-color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
  margin: 0;
}

.counter-top h2 {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  padding: 0;
  margin: 0;
}

@media (max-width: 600px) {
  .counter-top h2 {
    font-size: 11px;
  }
}

.counter-top-inner {
  max-width: 1350px;
  margin: 0 auto;
}

.counter-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 5px 20px;
  background-color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  position: sticky;
  bottom: 0;
  z-index: 4;
  margin: 0;
}

.reg-btn {
  color: #fff;
  padding: 5px 10px;
  border-radius: 16px;
  background: #000;
}

.counter-bottom h2 {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

@media (max-width: 600px) {
  .counter-bottom h2 {
    font-size: 13px;
  }
}
