.mc-gallery-grid,.mc-gallery-cta{padding:clamp(4.5rem, 7vw, 7rem) 0}.mc-gallery-grid{background:#f5f5f5;color:#111}.mc-gallery-grid__wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mc-gallery-grid__image-wrap{margin-bottom:1rem;border-radius:10px;overflow:hidden}.mc-gallery-grid__image{display:block;width:100%;height:320px;object-fit:cover}.mc-gallery-grid__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.mc-gallery-grid__text{margin:0 0 1rem;line-height:1.65}.mc-gallery-grid__placeholder{min-height:320px;display:grid;place-items:center;font-weight:800}.mc-gallery-cta{background:#1f1a1d;color:#fff}.mc-gallery-cta__card{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}@media (max-width:1024px){.mc-gallery-grid__wrap{grid-template-columns:repeat(2,1fr)}.mc-gallery-cta__card{grid-template-columns:1fr}}@media (max-width:767px){.mc-gallery-grid__wrap{grid-template-columns:1fr}}