.rowicons{display: grid; grid-template-columns: repeat(4, 12fr); gap: 15px}
.imgicon{max-width: 30px; margin-bottom: 5px;}
.icon-box{text-align: center; position: relative; padding-right: 15px;}
.icon-box:after{position: absolute; content:''; top: 20px; right: 0; height: calc(100% - 40px); background: #ddd; width: 1px;}
.icon-box:last-child:after{display: none;}
.iconname{font-size: 14px; font-weight: 500; color: #000; line-height: 14px; height: 28px; overflow: hidden; display: flex; align-items:center; justify-content: center;}
.iconsubname{font-size: 12px; font-weight: 300; color: #000;}