.category2{width:100%;margin:0;padding:0;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:25px;column-gap:25px}.category2.owl-carousel{display:block}.category2.owl-carousel>[class*="item"]{width:calc(100% / 4 - (3 * 25px / 4) * 1);margin-right:25px}.category2 .item{box-sizing:border-box;overflow:hidden;position:relative;display:flex !important;flex-direction:column;border-radius:0 8px 8px 0;border:1px solid #e6e6e6;background-color:#fff;padding-left:4px;transition:box-shadow 400ms ease 0ms}.category2 .item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--item-color, #E76124)}.category2 .item.blue{--item-color:#5E8BBA;--item-bg:#EEF4FB}.category2 .item.orange{--item-color:#E76124;--item-bg:#FFF5F0}.category2 .item.indigo{--item-color:#333399;--item-bg:#EDEDF8}.category2 .item.green{--item-color:#2D8A4E;--item-bg:#EDF7F1}.category2 .item .top{flex:1;box-sizing:border-box;display:flex;gap:12px;padding:21px 17px 21px 13px}.category2 .item .top .icon{display:block;overflow:hidden;flex-shrink:0;width:40px;height:40px;border-radius:20px;background-color:var(--item-bg, #EEF4FB)}.category2 .item .top .icon picture{display:block;width:100%;height:100%}.category2 .item .top .icon img{width:100%;height:100%;object-fit:cover;display:block}.category2 .item .top .text .name{margin:0;font-size:14px;line-height:18px;font-weight:600;color:#1C1C1C}.category2 .item .top .text .sub{margin:6px 0 0;font-size:12px;line-height:16px;color:#777777}.category2 .item .btn{box-sizing:border-box;display:flex;padding:8px 17px 8px 65px;border-top:1px solid #eeeeee;background-color:#f9f9f9;text-align:left;justify-content:flex-end;color:var(--item-color, #E76124)}.category2 .item .btn::before{background:var(--item-color, #E76124)}.category2 .item::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background-color:rgba(231,97,36,0.65);opacity:0;transition:all 400ms ease 0ms}.notouch .category2 .item:is(:hover,:focus){box-shadow:0 6px 20px rgba(0,0,0,0.12)}.notouch .category2 .item:is(:hover,:focus)::after{opacity:1}@media screen and (max-width:1200px){.category2{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.category2.owl-carousel{display:block}.category2.owl-carousel>[class*="item"]{width:calc(100% / 2 - (1 * 20px / 2) * 1);margin-right:20px}}@media screen and (max-width:600px){.category2{grid-template-columns:repeat(1, 1fr);row-gap:20px;column-gap:20px}.category2.owl-carousel{display:block}.category2.owl-carousel>[class*="item"]{width:calc(100% / 1 - (0 * 20px / 1) * 1);margin-right:20px}}