.image-panel{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.image-panel.image-panel__row{display:flex;flex-direction:column;gap:32px}.image-panel__row img{margin:auto}@media (max-width:500px){.hide-on-mobile{display:none}.hs-inline-edit .hide-on-mobile{display:block;opacity:.5}.hs-inline-edit .hide-on-mobile:before{background-color:#000;border:1px solid #000;border-radius:4px;color:#fff;content:"* hidden on mobile *";padding:4px}}@media (min-width:501px){.hide-on-desktop{display:none}.hs-inline-edit .hide-on-desktop{display:block;opacity:.5}.hs-inline-edit .hide-on-desktop:before{background-color:#000;border:1px solid #000;border-radius:4px;color:#fff;content:"* hidden on desktop *";padding:4px}}