.mh-lcw-list { list-style: none; margin: 0; padding: 0; display: flex; }
.mh-lcw-item { display:flex; gap:10px; flex:1; margin-bottom:12px; align-items:flex-start; flex-direction: column; }

ul.mh-lcw-list li:first-child{padding-right:1rem}
ul.mh-lcw-list li:last-child{padding-left:1rem}
.mh-lcw-thumb {display: block; width:100%;}
.mh-lcw-thumb a{display: block;
    height: 300px;
    width:100%;
    
    overflow: hidden;}
.mh-lcw-thumb img { display:block; width:100%;  }
.mh-lcw-title { padding:1rem 0; font-weight:600; display:block; margin-bottom:4px; font-size:20px; line-height:150%; text-decoration: none; color:#1D293D}
.mh-lcw-excerpt { font-size:0.9em; color:#666; }
