﻿.dekoracia_white {
  width: 70px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kruh_white {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
}

.kruh2_white {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #70e906;
}

/* Mobil */
@media (max-width: 765px) {
  .dekoracia_white {
    margin-left: auto;
    margin-right: auto;
  }

}