.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.my-list-item {
  background-color: #f8f9fa;
  border-color: #0d6efd;
  border-top-width: 2px !important;
  border-bottom-width: 0px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}