.Check_Featured_Post_card {
  position: relative;
}

.Check_Featured_Post_card:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 50%;
  background: transparent
    linear-gradient(180deg, #2d2d2d00 0%, #2d2d2db7 56%, #2d2d2d 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  z-index: 1;
}

.Check_Featured_Post_card .img_holder .post_img{
    width: 100%;
    height: 100%;
}

.Check_Featured_Post_card  .text_holder {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    display: flex;
    align-items: end;
    padding: 3%;
}

.Check_Featured_Post_card .text_holder h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Check_Featured_Post_card .text_holder h4 {
  text-align: left;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #f9d106;
  opacity: 1;
  text-wrap-mode: nowrap;
}



@media (min-width:0px) and (max-width: 575px) {
.Check_Featured_Post_card .text_holder h3 {
    font-size: 11px;
}

.Check_Featured_Post_card .text_holder h4 {
    font-size: 11px;
}
}

@media (min-width:576px) and (max-width: 991px) {
.Check_Featured_Post_card .text_holder h3 {
    font-size: 12px;
}

.Check_Featured_Post_card .text_holder h4 {
    font-size: 12px;
}
}


@media (min-width:992px) and (max-width: 1299px) {
.Check_Featured_Post_card .text_holder h3 {
    font-size: 14px;
}

.Check_Featured_Post_card .text_holder h4 {
    font-size: 14px;
}
}