@media only screen and (min-width:0rem){#gallery-48{padding:var(--sectionPadding)}#gallery-48 .cs-container{margin:auto;max-width:80rem;width:100%}#gallery-48 .cs-topper{color:var(--primary);display:block;font-size:var(--topperFontSize);font-weight:700;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}#gallery-48 .cs-title{color:var(--headerColor);font-size:var(--headerFontSize);font-weight:700;margin-bottom:1.5rem}#gallery-48 .cs-text{color:var(--bodyTextColor);font-size:1.05rem;margin-bottom:3rem}#gallery-48 .cs-image-group{display:flex;flex-direction:column;gap:1.5rem}#gallery-48 .cs-row{display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}#gallery-48 .cs-picture{border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);grid-column:span 12;overflow:hidden}#gallery-48 .cs-picture img{display:block;height:280px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}#gallery-48 .cs-picture img:hover{transform:scale(1.03)}}@media only screen and (min-width:48rem){#gallery-48 .cs-picture{grid-column:span 4}}