.icon-cards{padding:var(--padding-block-desktop, 5rem) 5rem;background-color:var(--bg-color, #F7F7F7);color:var(--text-color, #000)}@media only screen and (max-width: 767px){.icon-cards{padding:var(--padding-block-mobile, 2.5rem) 1rem}}.icon-cards__header{max-width:37.5rem;margin:0 auto;text-align:center;margin-bottom:2.5rem}.icon-cards__header:empty{display:none}.icon-cards__title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}@media only screen and (max-width: 767px){.icon-cards__title{font-size:2rem}}.icon-cards__list{display:grid;grid-template-columns:repeat(var(--items-per-row), 1fr);gap:4rem}@media only screen and (max-width: 767px){.icon-cards__list{gap:.5rem;grid-template-columns:repeat(var(--items-per-row-mobile), 1fr)}}.icon-cards__list--dynamic{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7.5rem}@media only screen and (max-width: 767px){.icon-cards__list--dynamic{gap:2.5rem}}.icon-cards__list--disable-icon-stacking{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}@media only screen and (max-width: 374px){.icon-cards__list--disable-icon-stacking{gap:1.5rem;justify-content:flex-start}}.icon-cards__item{display:flex;flex-direction:column;align-items:center;text-align:center}.icon-cards__item-image{display:inline-block;margin-bottom:.5rem}.icon-cards__item-title{font-size:1.25rem;line-height:1;font-weight:700;letter-spacing:.01em;margin-bottom:.5rem}@media only screen and (max-width: 767px){.icon-cards__item-title{font-size:1.125rem;width:80%;margin:0 auto}}.icon-cards--bigger-titles .icon-cards__item-title{font-size:2rem}@media only screen and (max-width: 767px){.icon-cards--bigger-titles .icon-cards__item-title{font-size:1rem}}.icon-cards__item-body{font-size:1rem;line-height:1.4}@media only screen and (max-width: 767px){.icon-cards__item-body{font-size:.875rem}}
