.icon-image-repeater{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start}.icon-image-repeater h2{margin-bottom:60px}.icon-image-repeater__items{display:flex;flex-direction:row;flex-wrap:wrap;gap:54px}.icon-image-repeater__items__item{background-color:#fff;border-radius:8px;box-shadow:var(--box_shadow_green);flex:1 1 calc(25% - 64px);max-width:33.3%;padding:16px}.icon-image-repeater__items__item .repeater-icon{max-height:38px;min-height:38px;object-fit:contain;width:auto}.icon-image-repeater__items__item.icon-image-repeater__items__item--small-gap .repeater-icon{margin-bottom:16px}.icon-image-repeater__items__item.icon-image-repeater__items__item--large-gap .repeater-icon{margin-bottom:50px}.icon-image-repeater__items__item .repeater-image{margin-bottom:30px;max-height:130px;min-height:130px;object-fit:cover;object-position:center;width:100%}.icon-image-repeater__items__item h5{margin-bottom:24px}.icon-image-repeater__items__item p:last-of-type{margin-bottom:0}@media screen and (max-width:1200px){.icon-image-repeater__items__item{flex:1 1 calc(50% - 32px);max-width:50%}}@media screen and (max-width:767px){.icon-image-repeater__items{flex-direction:column;gap:50px}.icon-image-repeater__items__item{max-width:unset;width:100%}}