@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.text-image-text .grid-main{grid-template-columns:minmax(0,1fr) 30rem minmax(0,1fr);gap:15dvmin;align-items:start}.text-image-text .image,.text-image-text .start{position:sticky;top:var(--header-height)}.text-image-text .start{display:flex;flex-direction:column;gap:3rem}.text-image-text .start .text{max-width:60rem}.text-image-text .image{width:100%;aspect-ratio:1/1.2;border-radius:var(--radius-xs);overflow:hidden}.text-image-text .end{align-self:flex-end}@media only screen and (max-width:768px){.text-image-text .grid-main{grid-template-columns:1fr;grid-template-rows:auto}.text-image-text .image,.text-image-text .start{position:static;top:auto}}
