.ms-gallery{--col-primary:#991D13;--col-secondary:#E8BE5A;--col-text:#171717;--col-background:#F7F7F7;container-type:inline-size;container-name:gallery;padding-block:40px}.ms-gallery .ms-gallery__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;.ms-gallery__item:first-child{grid-column:1 / -1;width:100%;height:auto;object-fit:cover;border-radius:10px}.ms-gallery__item::nth-child(n+2):nth-child(-n+4){width:100%;height:auto;object-fit:cover;border-radius:10px}.ms-gallery__item::nth-child(n+5){display:none}}.ms-gallery__item img{border-radius:24px;overflow:hidden;aspect-ratio:3/2}@media screen and (max-width:900px){.ms-gallery__item img{border-radius:10px}.ms-gallery .ms-gallery__inner{gap:10px}}.cg-gallery-image-part{border-radius:24px;overflow:hidden}@media screen and (max-width:900px){.cg-gallery-image-part{border-radius:10px}}