.numbers{padding:3rem 0}.numbers__items{display:grid;grid-template-columns:repeat(auto-fit,270px);gap:3rem;justify-content:space-between}.numbers__element{display:grid;grid-template-columns:70px 1fr;gap:.5rem}.numbers__element-icon{display:flex;align-items:center;justify-content:center;flex:none;width:70px;height:70px}.numbers__element-icon img{display:block;max-width:100%}.numbers__element-title{font-size:30px}@media screen and (min-width:1200px){.numbers__element-title{font-size:65px}}@media screen and (min-width:1344px){.numbers{padding:4rem 0 10rem 0}}