.tab .col-lg-10 .container{
  position: relative;
}
.tab .slider{
position: static;
padding: 40px 0;
}

.tab .slider-button.slider-button-previous{
  left: -40px;
}
.tab .slider-button.slider-button-next{
  right: -40px;
}
@media (max-width: 950px) {
  .tab .slider .slider-wrapper > * {
    display: flex;
    justify-content: center;
  }

  .tab .slider-button.slider-button-previous{
    left: 0px;
  }
  .tab .slider-button.slider-button-next{
    right: 0px;
  }
}
