/**
 * @file
 * Misc styles
 *
 */


/**
 * TNS slider
 */

.tns-controls,
.tns-nav {
  text-align: center;
}
.tns-controls button {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0,0,0,0.25);
  border: none;
}
.tns-nav button {
  display: inline-block;
  margin: 0 2px;
  height: 12px;
  width: 12px;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  border: none;
}
.tns-nav {
  margin-top: 1rem;
}
.tns-slider {
  display: flex;
  gap: 20px;
}
.tns-item {
  background-color: #F1F1F1;
  border-radius: 2%;
  padding: 2rem 2rem 0 2rem !important;
}
@media all and (min-width: 900px) {
  .tns-nav {
    margin-top: 3rem;
  }
}

