.list-images-1 {
    width: 48%;
    float: left;
    margin-right:10px;
    margin-left:10px;
}
@media screen and (max-width:414px) {
  .list-images-1{
    width:100%;
  }
}
.list-images-1.inside-tb .list-content h4.list-title{
  white-space: normal !important;
}