.text-with-icons .item-list{display:grid;gap:2rem}.text-with-icons .item-list .grid-item{position:relative;display:flex;align-items:center;justify-content:center}.text-with-icons .item-list .grid-item .item-wrapper{max-width:20rem;width:100%;height:100%}.text-with-icons .item-list .grid-item .item-wrapper>*{margin-bottom:0}.text-with-icons .item-list .grid-item .item-wrapper>*:not(:last-child){margin-bottom:0.5rem}.text-with-icons .item-list .grid-item .item-wrapper .item-icon{display:inline-block;width:2rem}.text-with-icons .item-list .grid-item .item-wrapper:hover .item-icon{animation:bounceScale 100ms cubic-bezier(0,0,0.3,1)}.text-with-icons .item-list.icon-size--medium .grid-item .item-wrapper .item-icon{width:2.5rem}.text-with-icons .item-list.icon-size--large .grid-item .item-wrapper .item-icon{width:3.5rem}@media screen and (max-width:749px){.text-with-icons .item-list.mobile-column-1{grid-template-columns:1fr}.text-with-icons .item-list.mobile-column-2{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:750px){.text-with-icons .item-list{gap:3rem}.text-with-icons .item-list.desktop-column-3{grid-template-columns:repeat(3,1fr)}.text-with-icons .item-list.desktop-column-4{grid-template-columns:repeat(4,1fr);display:flex;justify-content:center}.text-with-icons .item-list.desktop-column-5{grid-template-columns:repeat(5,1fr)}}