.subject-slider-box{
  background: #ffffff;
  display: flex;
  max-width: 1440px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.slider-prev-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
  margin-top: -30px;
  margin-right: 18px;
}

.slider-next-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
  margin-top: -30px;
  margin-left: -18px;
}

.slider-ellipse-140 {
  background: #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
.slider-prev-caret {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 25%;
  left: 25%;
  bottom: 25%;
  top: 25%;
  overflow: visible;
}