.panels{grid-gap:16px;display:grid;grid-template-columns:repeat(4,1fr)}.panels h2 span{font-weight:700;margin-left:7px}.panel__item{height:100%;margin:auto;max-width:450px;min-height:350px}.panel__item p:last-child{margin-bottom:0}.panel__item p{font-size:20px;line-height:1.4}.panel__item h2{font-weight:400;line-height:60px;margin-bottom:18px}@media(max-width:1024px){.panels{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.panels{grid-template-columns:repeat(1,1fr)}}