.info-text-title{    
  color:#FFF;          
    position:absolute; bottom:60px; padding-left:20px; 
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  } 
  .info-text-desc{      
    color: rgba(255,255,255,0.8);        
    position:absolute; bottom:15px; padding-left:20px; 
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  } 
  .info-img-bg{
    position:absolute;bottom:0px; padding-left:20px; 
    background-image: linear-gradient(rgba(255,0,0,0), black); height:120px; width:100%;
    border-radius: 6px;
  }