.image-box{align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.image-box__item{background:#e8eef4;border-radius:10px;box-sizing:border-box;font-size:20px;font-weight:700;padding:20px 20px 40px;text-align:center}.image-box__item>div:first-child{background:#fff;border-radius:999px;display:grid;height:120px;margin:0 auto 9px;place-items:center;width:120px}.image-box__item>div:first-child img{display:block;height:auto;max-width:100%;width:100%}.image-box__item>div:last-child,.image-box__item>div:last-child *{margin:0}.image-box__item>div:last-child p{color:#111;font-size:20px;font-weight:700;line-height:1.3}.image-box__item>div:last-child br{content:""}@media (max-width:999px){.image-box__item{font-size:16px;padding:20px}.image-box__item>div:first-child{height:87px;width:87px}.image-box__item>div:last-child p{font-size:16px}}@media (max-width:767px){.image-box{gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}.image-box__item{border-radius:0}}