.iwt_item{display:flex; column-gap:16px; row-gap:12px;}
.iwt_item svg{min-width:20px; margin-top:8px;}
.iwt_content h5{margin-bottom:4px;}
.iwt_content a{text-decoration: underline}

@media (max-width:991px){
  .iwt_list.grid{row-gap:32px;}
  .iwt_item{flex-wrap:wrap;flex-direction: column}
  .iwt_item svg{min-width:16px; width:16px; height:16px; margin-top:0;}
}