.featured-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: calc(0.24rem - 1px);
}

.post-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: calc(0.24rem - 1px);
}

.card-height{
  height: 200px;
  position: relative;
}