.iconbox-grid{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));grid-gap:30px}@media (min-width:768px){.iconbox-grid{grid-template-columns:repeat(auto-fit,minmax(33%,1fr))}}@media (min-width:1200px){.iconbox-grid{grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}}.default.iconbox{background-color:#f0f0f5}.iconbox-grid .h1,.iconbox-grid .h2,.iconbox-grid .h3,.iconbox-grid .h4,.iconbox-grid .h5,.iconbox-grid .h6 ,.iconbox-grid h1,.iconbox-grid h2,.iconbox-grid h3,.iconbox-grid h4,.iconbox-grid h5,.iconbox-grid h6{font-weight:400}.iconbox-grid .iconbox .outline{height:35px;line-height:35px;width:35px}.iconbox-grid .iconbox .outline>i,.iconbox-grid .iconbox .outline>img,.iconbox-grid .iconbox .outline>svg{height:auto;margin:4px;width:auto}.iconbox {transition:background-color .3s ease-in-out}.iconbox.lighter-skyblue:hover{background-color:#f0f0f5}.iconbox.default:hover{background-color:#def5fd}.iconbox-grid.divided{grid-gap:54px;margin-left:54px}@media (max-width:767px){.iconbox-grid.divided{margin-left:42px}.iconbox-grid.divided:not(:has(.icon)){margin-left:15px;margin-right:15px}.iconbox-grid.divided:not(:has(.icon)) .iconbox:before{bottom:-37px;height:1px;margin-left:unset;right:0;top:unset;width:100%}}