.wb-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:36px}
  .wb-gallery figure{margin:0;overflow:hidden;border:1px solid var(--wb-border);border-radius:18px;background:var(--wb-s1);box-shadow:var(--wb-shadow)}
  .wb-gallery figure:first-child:nth-last-child(odd){grid-column:1/-1}
  .wb-gallery img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:var(--wb-s2)}
  @media(max-width:720px){.wb-gallery{grid-template-columns:1fr}.wb-gallery figure:first-child:nth-last-child(odd){grid-column:auto}}