.section-inner{gap:var(--gap)}.document-item,.section-inner{display:flex;flex-direction:column}.document-item{align-items:flex-start;justify-content:space-between;padding:32px;gap:16px;background:var(--white);border:1px solid var(--border-color-2);border-radius:16px;height:222px}.document-item span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--gray-100);border-radius:8px;white-space:break-spaces}.document-item span svg{width:16px;height:16px}.document-item h6{text-transform:none;margin:0;font-weight:500;font-size:1.125em;line-height:24px;color:var(--black);white-space:break-spaces}.documents-page .section-inner{gap:0}.documents-page .documents--grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}