.description-block{--cols:4;--rows:1;color:#fff;display:grid;gap:40px;grid-template-columns:repeat(var(--cols),1fr);grid-template-rows:repeat(var(--rows),1fr);row-gap:72px}.description-block__icon{height:40px;margin-bottom:10px;width:40px}.description-block__title{font-family:JekoBlack,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px;font-weight:700;line-height:26px;margin-bottom:8px}.description-block__title:lang(vi){font-family:inherit}.description-block__text{font-size:16px;line-height:22px}@media(max-width:1440px){.description-block{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.description-block{grid-template-columns:repeat(1,1fr);row-gap:52px}.description-block__icon{margin-bottom:12px}}