.counter-section {
  display: flex;
  width: 100vw;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 15% 0;
  position: relative;
  background-attachment: fixed;
}

.counter-container {
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.count-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1px;
  width: 340px;
}

#count-slot-1 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-2 {
  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-3 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

#count-slot-4 {
  width: 275px;
  margin: 25px;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
}

.od-plus-container {
  display: flex;
  align-items: center;
}

.count-slot .count-number {
  font-size: 70px !important;
  font-weight: 700;
  text-align: center;
  margin: 0 !important;
  text-shadow: 2px 2px 4px #00000033;
}

#count-slot-1 p {
  color: #fff;
}
#count-slot-2 p {
  color: #fff;
}
#count-slot-3 p {
  color: #fff;
}
#count-slot-4 p {
  color: #fff;
}

.od-divider {
  width: 40px;
  height: 5px;
  background-color: #fff;
  margin: 10px 0 25px;
}

.count-slot .category-stat {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0 !important;
  text-shadow: 2px 2px 4px #00000033;
}

#wave-six {
  position: absolute;
  top: 0;
}

#wave-seven {
  position: absolute;
  bottom: -2vw;
}

@media screen and (max-width: 1080px) {
  .counter-container {
    flex-direction: column;
  }
}