.ldlist-img {
    width: 200px;
    margin: 0 20px;}
.ldlist-img img {
    width: 100%;
    height: 100%;}
    .ldlist-txt{    width: calc(100% - 240px);}
    @media screen and (max-width: 600px) {
   .ldlist-img {
   margin: 0 auto;
        display: block;
        float: none;}.ldlist-txt {
    width: 100%;
    margin-top: 30px;}
}
