.case{gap:var(--spacing-sm)}.case h1{font-family:var(--font-neue);font-weight:500;text-transform:unset}.case .content>div{margin-bottom:var(--spacing-lg);margin-top:var(--spacing-sm)}.case .content>div b{font-weight:500}.case .content>div p{margin-bottom:var(--spacing-sm)}@media screen and (min-width:768px){.case .content{display:grid;grid-gap:var(--spacing-md);gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);margin:var(--spacing-lg) 0}.case .content>div{grid-column:span 2;margin-top:var(--spacing-xs)}}.case .video{width:100%;height:40vh;object-fit:cover}@media screen and (min-width:768px){.case .video{height:80vh}}.case h2{margin:var(--spacing-lg)}