@media (min-width: 576px) {
  .far.fa-check-circle, .far.fa-times-circle {
    font-size: 1rem;
    color: rgba(0,0,0,0.6);
  }
}

.far.fa-check-circle, .far.fa-times-circle {
  font-size: .8rem;
  color: rgba(0,0,0,0.6);
}

.table > :not(caption) > * > * {
  border-style: none;
  width: 21%;
  padding: 1rem .5rem;
}

