.featured-bullet-list-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
}

.featured-bullet-list-wrapper .featured-news {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.featured-bullet-list-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}

.featured-bullet-list-wrapper .card-title {
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.4;
	    min-height: 45px;
}

.featured-bullet-list-wrapper .bullet-list {
  /*margin-top: 1rem;*/
}