.icon-box__wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.icon-box__item{background:var(--white);border-radius:5px;box-shadow:0 7px 11px 4px rgba(0,0,0,.1);margin-bottom:15px;max-width:360px;min-height:165px;padding:18px 18px 30px;position:relative;width:32%}.icon-box__item.icon-box--no-shadow{border:1px solid #bebebe;box-shadow:unset;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;padding:33px 24px 30px}.icon-box__item.icon-box--no-shadow .icon-box__content h3{margin:0 0 1.4rem;min-height:unset}.icon-box__image{align-items:flex-start;display:flex;justify-content:center;position:relative;width:100%}.icon-box__image img{height:auto;max-width:100%}.icon-box__content h3{font-size:1.25rem;font-weight:500;line-height:160%;margin:0 0 1.7rem;min-height:3.75rem}@media (max-width:768px){.icon-box__wrapper{gap:10px;justify-content:center}.icon-box__item{width:100%}}