.instagram-section{background:#fff;width:100%;padding:8rem 4rem;display:flex;justify-content:center;align-items:center}.instagram-container{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.instagram-title{color:#000;font-family:Satoshi-LightItalic,Satoshi,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.75rem;font-style:italic;font-weight:300;line-height:normal;text-transform:none;margin:0;text-align:center;letter-spacing:.02em}.instagram-handle{color:#000;font-family:Roboto Mono,monospace;font-size:2.5rem;font-weight:400;line-height:normal;text-transform:uppercase;margin:0;text-align:center}.instagram-description{color:#7c8254;font-family:Roboto Mono,monospace;font-size:1.875rem;font-weight:400;line-height:normal;margin:0;text-align:center;max-width:991px}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-top:2rem}.instagram-post{aspect-ratio:1 / 1;width:100%;border-radius:4px;overflow:hidden;transition:transform .3s ease,opacity .3s ease}.instagram-post:hover{transform:scale(1.05);opacity:.9;cursor:pointer}.instagram-post--placeholder{background:#d9d9d9}.instagram-post img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.instagram-section{padding:6rem 3rem}.instagram-title{font-size:2.5rem}.instagram-handle{font-size:2rem}.instagram-description{font-size:1.5rem}.instagram-grid{gap:1rem}}@media(max-width:767px){.instagram-section{padding:3rem 1rem}.instagram-title{font-size:1.5rem;text-align:center}.instagram-handle{font-size:1.25rem;text-align:center}.instagram-description{font-size:.9rem;line-height:1.5;text-align:center}.instagram-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}
