.how_do_telegram_app{background:#0098ea;border-radius:24px;display:grid;gap:80px 40px;grid-template-areas:"title title" "first_descr second_descr";padding:80px}@media(max-width:1023px){.how_do_telegram_app{gap:60px;padding:40px}}@media(max-width:767px){.how_do_telegram_app{gap:20px;grid-template-areas:"title" "first_descr" "second_descr";padding:26px}}.how_do_telegram_app__title{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3;align-items:center;background:linear-gradient(270deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));border-radius:0 100px 100px 0;display:flex;gap:30px;grid-area:title;justify-content:space-between}@media (max-width:767px){.how_do_telegram_app__title{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1}}@media(max-width:1100px){.how_do_telegram_app__title{background:transparent;border-radius:0}}@media(max-width:767px){.how_do_telegram_app__title{padding-bottom:6px}}.how_do_telegram_app__title h2{padding:21px 0}@media(max-width:1023px){.how_do_telegram_app__title h2{padding:0}}.how_do_telegram_app__icon{align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;height:100px;justify-content:center;width:100px}@media(max-width:767px){.how_do_telegram_app__icon{display:none}}.how_do_telegram_app__icon svg{color:#0098ea}