@media (min-width: 1025px) {
  .tns-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .tns-nav button {
    width: 10px;
    height: 10px;
    margin: 4px;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
  }
  .tns-nav button.tns-nav-active {
    background-color: #c2c2c2;
  }
}
