.responsive-slider > .item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.image-slider > img {
  border-radius: 54px;
  display: flex;
  height: 100%;
  max-height: 368px;
  width: 100%;
}
.slider-wrapper {
  margin: 30px 0;
}
.tns-controls {
  display: none;
}
.data-slide-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
}
.tns-nav {
  bottom: 26px;
  position: absolute;
  z-index: 10;
}
.tns-nav > button {
  background: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  height: 10px;
  margin-right: 24px;
  width: 10px;
}
.tns-nav > button:last-child {
  margin-right: 0;
}
.tns-nav > button.tns-nav-active {
  background: #f90;
}
.tns-outer {
  display: flex;
  justify-content: center;
  position: relative;
}
