.list-block-item:last-child {
  margin-bottom: 0;
}
.list-item {
  border-bottom: 1px solid rgba(31,31,31,0.15);
  padding-bottom: 4rem;
}
.list-item:last-child {
  margin-bottom: 0;
}
.sec-list.underline .btn-link {
  text-decoration: underline !important;
}
.sec-list.underline .btn-link:hover {
  text-decoration: none !important;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .list-item {
    padding-bottom: 3.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .list-item {
    padding-bottom: 3.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .list-item {
    padding-bottom: 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .list-item {
    padding-bottom: 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .list-item {
    padding-bottom: 2.4rem;
  }
}
@media(max-width:767.98px) {
  .list-item {
    padding-bottom: 2rem;
  }
}