.count-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:62px}
.count-icons-item-top{margin-bottom:4px;display:flex;align-items:flex-end;gap:24px}
.count-icons-item img{display:flex;width:42px;height:42px}
.count-icons-item-number{font-family:"Work Sans";font-size:64px;line-height:64px;font-weight:700;color:#212121}
.count-icons-item-text{font-size:16px;line-height:24px;color:#111}
@media screen and (max-width:990px){
.count-icons{display:flex;flex-direction:column;gap:24px}
.count-icons-item-top{margin-bottom:16px;display:flex;align-items:center;justify-content:center}
.count-icons-item-text{text-align:center}
}