.dynamic_item_list{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.dynamic_item_list li{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-height:150px;line-height:2;font-size:14px}.dynamic_item_list li img{max-height:110px;margin-bottom:10px;max-width:200px}.dynamic_item_list .item_name{font-weight:bold}.dynamic_item_container{max-width:1180px;margin:auto;padding:20px 50px 50px;box-sizing:border-box;width:100%}