.c-icon-cards{display:grid;gap:50px;grid-template-columns:1fr}.c-icon-cards__item{border-bottom:2px solid rgba(0,0,0,.3);display:flex;flex:1;flex-direction:column;gap:20px}.c-icon-cards__image img{height:115px;max-width:100%;width:auto}.c-icon-cards__animated-icon-video{width:115px}.c-icon-cards__title{margin:0}.c-icon-cards__description :first-child{margin-top:0}@media(min-width:768px){.c-icon-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1170px){.c-icon-cards{grid-template-columns:repeat(4,1fr)}}