.title{color:#333;font-size:18px;text-transform:uppercase;font-weight:600;margin-bottom:20px;text-align:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.cat{display:grid;grid-template-columns:repeat(10, 1fr);gap:15px}.cat .item .item_img{width:100px;height:100px;background-color:#eff3f6;border-radius:50%;position:relative}.cat .item .item_img img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);mix-blend-mode:multiply;transform:translate(-50%, -50%)}@media(max-width: 768px){.cat .item .item_img{width:50px;height:50px}.cat .item .item_img img{width:50px;height:50px}}.cat .item .cat_name{font-size:14px;font-weight:400;line-height:20px;text-align:center;color:#000;margin-top:10px}@media(max-width: 768px){.cat .item{text-align:center;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width: 768px)and (max-width: 1024px){.cat .item{text-align:center;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}