
.blog_content p {
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;      /* hides anything beyond height */
    text-overflow: ellipsis; /* shows "..." if text is cut off */
    display: -webkit-box;  /* needed for multiline ellipsis */
    -webkit-line-clamp: 5; /* number of lines to show (approx 100px) */
    -webkit-box-orient: vertical;
}
.image-53-25 {
  position: relative;
  width: 100%;
  padding-top: 47.17%;  /* (25 / 53) * 100 */
  overflow: hidden;
  border-radius: 8px;  /* optional */
}

.image-53-25 img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* Default: Desktop first */
.certificate-bg {
  display: block;
}
.certificate-bg-mobile {
  display: none;
}


@media screen and (max-width: 768px) {
  .certificate-bg {
    display: none;
  }
  .certificate-bg-mobile {
    display: block;
  }
}




    
    
    
    





