.tess-gallery{--gallery-padding:4rem 0;--gallery-container-max-width:75rem;--gallery-container-padding:0 1.5rem;--gallery-header-margin-bottom:2rem;--gallery-grid-gap:1rem;--gallery-item-min-width:15.625rem;--gallery-chapo-font-size:1.125rem;--gallery-footer-margin-top:2rem;padding:var(--gallery-padding)}.tess-gallery__container{max-width:var(--gallery-container-max-width);padding:var(--gallery-container-padding);margin:0 auto}.tess-gallery__header{margin-bottom:var(--gallery-header-margin-bottom)}.tess-gallery__chapo{font-size:var(--gallery-chapo-font-size);color:var(--gray-600);margin-top:1rem;line-height:1.6}.tess-gallery__chapo p{margin:0 0 .75rem}.tess-gallery__chapo p:last-child{margin-bottom:0}.tess-gallery__grid{grid-template-columns:repeat(auto-fit, minmax(var(--gallery-item-min-width), 1fr));gap:var(--gallery-grid-gap);display:grid}.tess-gallery__item{display:flex}.tess-gallery__item picture{margin:auto}.tess-gallery__item img{object-fit:contain;object-position:center;border-radius:.5rem;width:100%;max-width:269px;height:100%;max-height:150px}.tess-gallery__footer{margin-top:var(--gallery-footer-margin-top);justify-content:center;padding-top:1rem;display:flex}