.Blog_link{
  position: relative;
}
.Blog_inner{
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.7);;
  padding: 5%;
  color: white; 
}
.small_text{
  font-size: 12px;

}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.white-btn{
  background: white;
  color: black !important;
  width: 100%;
  min-width: 100px;
  height: 75%;
  padding: 10%;
  font-weight: 400;
  /* font-size: 16px; */
}