.recommended-bill {
  position: relative;
}
.recommended-bill::after {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #DEE7F3;
}
.recommended-bill__header {
  margin-bottom: 0.75rem;
}
.recommended-bill__header a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .recommended-bill > .row > [class^=col] + [class^=col] {
    margin-top: 0.5rem;
  }
}