.subject-slider-box{
  max-width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.subject-slider{
  width: 85%;
  margin: auto;
}

#slider-prev-btn{
  background-color: white;
  border-radius: 100%;
  margin-left: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

#slider-next-btn{
  background-color: white;
  border-radius: 100%;
  margin-right: 0px;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
}