.under .bspl__inner__contents li + li {
  margin-top: 20px;
}

.under .bspl__inner__contents li a:hover {
  text-decoration: underline;
}

.under .bspl__inner + .bspl__inner {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .under .bspl__inner + .bspl__inner {
    margin-top: 50px;
  }
}
