.boxes-repeater{display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.boxes-repeater__box{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:35px 25px}.boxes-repeater__box__icon{margin-bottom:1rem;max-height:50px}@media screen and (max-width:1024px){.boxes-repeater{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.boxes-repeater{grid-template-columns:1fr}}