.gk-fgrid__head{max-width:var(--gk-measure)}.gk-fgrid__items{display:grid;gap:var(--gk-space-lg);margin-top:56px}.gk-fgrid__items--2{grid-template-columns:repeat(2,1fr)}.gk-fgrid__items--3{grid-template-columns:repeat(3,1fr)}.gk-fgrid__items--4{grid-template-columns:repeat(4,1fr)}.gk-fgrid__item{padding-top:var(--gk-space-md)}.gk-fgrid__rule{background:var(--gk-amethyst);display:block;height:2px;margin-bottom:var(--gk-space-md);width:34px}.gk-fgrid__item--scorch .gk-fgrid__rule{background:var(--gk-scorch)}.gk-fgrid__item--forge .gk-fgrid__rule{background:var(--gk-forge)}.gk-fgrid__item .gk-body{max-width:34ch}@media (max-width:1199px){.gk-fgrid__items--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.gk-fgrid__items{gap:var(--gk-space-md);grid-template-columns:1fr!important;margin-top:36px}.gk-fgrid__item .gk-body{max-width:none}}