.imgWrap { float:left;margin:8px; }
    .imgWrap div { text-align:center; }
    .imgTitle { width:200px;height:40px;font-size:12px; }
.resColWrap { width:100%;max-width:980px; }
    .resColWrap .resCol { float:left;width:48%;box-sizing:border-box;padding:6px; }
    @media (max-width:980px) {
    .resColWrap .resCol { float:none;width:100%; }
    }