.custom-grid-module{display:grid;gap:1rem;grid-template-columns:repeat(var(--column-count,3),1fr);width:100%}.custom-grid-column{box-sizing:border-box}.has-drop-shadow{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media screen and (max-width:960px){.custom-grid-module{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:680px){.custom-grid-module{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.custom-grid-module{grid-template-columns:1fr}}