.slider_link-box {
  background: #f1eaf9;
  padding: 10px 25px 20px 25px;
  margin-left: 597px;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  position: relative;
  height: 300px;
}

.slider_link-box a {
  display: block;
  border-bottom: 1px dotted #4B0899;
  color: #4B0899;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 10px 5px 0;
  line-height: 1.4em;
  height: 56.5px;
  overflow: hidden;
}

.slider_link-box a:last-child {
  border-bottom: none;
}