.featured-blog-card {
  display:flex;
  flex-direction:column;
}

.featured-blog-card .button {
  width:100%;
}

.featured-blog-card img {
  object-fit:cover;
  width:100%;
}

.collection-list li {
  justify-self:center !important;
}

@media screen and (max-width:749px) {
  .featured-blog-card .button {
    padding-left:0;
  }
}