.container{margin:0 auto;max-width:1200px;padding:0 1rem}.container header{margin:3rem 0 4rem;text-align:center}@media screen and (min-width:600px){.container header{margin:4rem 0 5rem}}.container h1{color:var(--text-color);font-size:2rem;font-weight:300;letter-spacing:.05em}@media screen and (min-width:600px){.container h1{font-size:2.5rem}}@media screen and (min-width:1024px){.container h1{font-size:3rem}}footer.container{color:var(--text-color);font-size:.9rem;margin:4rem auto;opacity:.7;text-align:center}@media screen and (min-width:600px){footer.container{font-size:1rem}}@media screen and (min-width:1024px){footer.container{font-size:1.1rem}}.content-grid{display:flex;flex-direction:column;gap:4rem}@media screen and (min-width:600px){.content-grid{gap:6rem}}@media screen and (min-width:1024px){.content-grid{gap:8rem}}@media screen and (min-width:600px){.content-grid .item:first-child{margin-left:10%;max-width:80%}}@media screen and (min-width:1024px){.content-grid .item:first-child{margin-left:15%;max-width:70%}}.item{display:flex;flex-direction:column;gap:1.5rem;position:relative}@media screen and (min-width:600px){.item:nth-child(2n){align-items:flex-end;flex-direction:row-reverse;gap:2rem;justify-content:center;margin-left:20%;max-width:75%}}@media screen and (min-width:1024px){.item:nth-child(2n){gap:3rem;margin-left:25%;max-width:70%}}@media screen and (min-width:600px){.item:nth-child(3n){align-items:flex-start;flex-direction:row;gap:2rem;margin-right:15%;max-width:80%}}@media screen and (min-width:1024px){.item:nth-child(3n){gap:3rem;margin-right:20%;max-width:75%}}.item .content{order:2;padding:1rem 0}.item .content p{color:var(--text-color);font-size:.9rem;font-weight:300;line-height:1.6;margin:0;max-width:400px;opacity:.7}@media screen and (min-width:600px){.item .content p{font-size:1rem;line-height:1.7}}@media screen and (min-width:1024px){.item .content p{font-size:1.1rem;line-height:1.8}}.item .image-container{order:1}.item .image-container img{border-radius:3px;height:auto;overflow:hidden;width:100%}@media screen and (min-width:600px){.item:nth-child(2n) .content,.item:nth-child(3n) .content{flex:0 0 40%;order:2;padding:0}.item:nth-child(2n) .content p,.item:nth-child(3n) .content p{max-width:none}.item:nth-child(2n) .image-container,.item:nth-child(3n) .image-container{flex:0 0 60%;order:1}}.item{animation:fadeInUp .6s ease-out}.item:first-child{animation-delay:.1s}.item:nth-child(2){animation-delay:.2s}.item:nth-child(3){animation-delay:.3s}.item:nth-child(4){animation-delay:.4s}.item:nth-child(5){animation-delay:.5s}.item:nth-child(6){animation-delay:.6s}.item:nth-child(7){animation-delay:.7s}.item:nth-child(8){animation-delay:.8s}.item:nth-child(9){animation-delay:.9s}.item:nth-child(10){animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1,h2,h3,h4,h5,h6{font-weight:300;margin-bottom:1rem}p{line-height:1.7;margin-bottom:1.5rem}
