.icon-box__wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.icon-box__item{background:var(--white);border-bottom:5px solid #f2a922;box-shadow:0 10px 10px rgba(0,0,0,.15);margin-bottom:10px;max-width:241px;min-height:165px;min-width:165px;padding:112px 7px 30px 13px;position:relative;width:30%}.icon-box__image{align-items:flex-start;display:flex;height:80px;justify-content:center;left:0;position:absolute;top:30px;width:100%}.icon-box__title{font-size:22px;font-weight:800;line-height:160%;margin-bottom:20px;text-align:center}.icon-box__content{font-size:18px;font-weight:400;line-height:160%;text-align:center}@media (max-width:768px){.icon-box__wrapper{gap:5px;justify-content:center}.icon-box__item{background:var(--white);min-height:165px}}